We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ea1ca commit 1711a0fCopy full SHA for 1711a0f
1 file changed
packages/ui/src/components/BetaChip/BetaChip.tsx
@@ -58,11 +58,11 @@ const StyledBetaChip = styled(Chip, {
58
background:
59
color === 'primary'
60
? 'lch(77.7 28.7 275 / 0.12)'
61
- : theme.tokens.background.Neutralsubtle,
+ : theme.tokens.color.Neutrals[60],
62
color:
63
64
? theme.tokens.color.Ultramarine[50]
65
- : theme.tokens.color.Brand[60],
+ : theme.tokens.color.Neutrals.White,
66
67
font: theme.font.bold,
68
fontSize: '0.625rem',
0 commit comments