make mention yellow
This commit is contained in:
parent
f8f45cfd24
commit
a8b394fc97
1 changed files with 7 additions and 7 deletions
|
|
@ -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}`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue