Skip to content

Commit 1711a0f

Browse files
Add proper colors for secondary styles
1 parent 70ea1ca commit 1711a0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/components/BetaChip/BetaChip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ const StyledBetaChip = styled(Chip, {
5858
background:
5959
color === 'primary'
6060
? 'lch(77.7 28.7 275 / 0.12)'
61-
: theme.tokens.background.Neutralsubtle,
61+
: theme.tokens.color.Neutrals[60],
6262
color:
6363
color === 'primary'
6464
? theme.tokens.color.Ultramarine[50]
65-
: theme.tokens.color.Brand[60],
65+
: theme.tokens.color.Neutrals.White,
6666

6767
font: theme.font.bold,
6868
fontSize: '0.625rem',

0 commit comments

Comments
 (0)