Skip to content

Commit

Permalink
feat: temporary fix for notification banners
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Nov 1, 2023
1 parent eff18bf commit e349e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/warning-label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function WarningLabel({ children, title, ...props }: WarningLabelProps) {
return (
<Box {...props}>
<Flag
bg="colors.accent.warning"
bg="accent.warning"
borderRadius="10px"
img={<AlertIcon color={token('colors.yellow.600')} />}
minHeight="48px"
Expand Down
2 changes: 1 addition & 1 deletion theme/semantic-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const semanticTokens = defineSemanticTokens({
value: { base: '{colors.yellow.100}', _dark: '{colors.yellow.100}' },
},
'notification-text': {
value: { base: '{colors.lightModeBrown.12}', _dark: '{colors.darkModeBrown.12}' },
value: { base: '{colors.lightModeBrown.12}', _dark: '{colors.darkModeBrown.1}' },
},
},
error: {
Expand Down

0 comments on commit e349e0c

Please sign in to comment.