make mention yellow

This commit is contained in:
anavoi 2025-10-23 13:13:36 +02:00
commit a8b394fc97

View file

@ -147,9 +147,9 @@ export const Mention = recipe({
base: [ base: [
DefaultReset, DefaultReset,
{ {
backgroundColor: color.SurfaceVariant.Container, backgroundColor: color.Warning.Container,
color: color.SurfaceVariant.OnContainer, color: color.Warning.Container,
boxShadow: `0 0 0 ${config.borderWidth.B300} ${color.SurfaceVariant.ContainerLine}`, boxShadow: `0 0 0 ${config.borderWidth.B300} ${color.Warning.ContainerLine}`,
padding: `0 ${toRem(2)}`, padding: `0 ${toRem(2)}`,
borderRadius: config.radii.R300, borderRadius: config.radii.R300,
fontWeight: config.fontWeight.W500, fontWeight: config.fontWeight.W500,
@ -158,14 +158,14 @@ export const Mention = recipe({
variants: { variants: {
highlight: { highlight: {
true: { true: {
backgroundColor: color.Success.Container, backgroundColor: color.Warning.Container,
color: color.Success.OnContainer, color: color.Warning.OnContainer,
boxShadow: `0 0 0 ${config.borderWidth.B300} ${color.Success.ContainerLine}`, boxShadow: `0 0 0 ${config.borderWidth.B300} ${color.Warning.ContainerLine}`,
}, },
}, },
focus: { focus: {
true: { true: {
boxShadow: `0 0 0 ${config.borderWidth.B300} ${color.SurfaceVariant.OnContainer}`, boxShadow: `0 0 0 ${config.borderWidth.B300} ${color.Warning.OnContainer}`,
}, },
}, },
}, },