Skip to content

Commit 826554a

Browse files
committed
fix: reduce mention highlight background opacity to 25%
1 parent 54b4da7 commit 826554a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/components/message/layout/layout.css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ const HighlightVariant = styleVariants({
6767

6868
const NotifyHighlightVariant = styleVariants({
6969
silent: {
70-
backgroundColor: `color-mix(in srgb, ${color.Secondary.Container} 40%, transparent)`,
70+
backgroundColor: `color-mix(in srgb, ${color.Secondary.Container} 25%, transparent)`,
7171
boxShadow: `inset ${config.borderWidth.B700} 0 0 ${color.Secondary.ContainerLine}`,
7272
},
7373
loud: {
74-
backgroundColor: `color-mix(in srgb, ${color.Warning.Container} 40%, transparent)`,
74+
backgroundColor: `color-mix(in srgb, ${color.Warning.Container} 25%, transparent)`,
7575
boxShadow: `inset ${config.borderWidth.B700} 0 0 ${color.Warning.ContainerLine}`,
7676
},
7777
});

0 commit comments

Comments
 (0)