Skip to content

Commit

Permalink
fix accentText (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvler authored Sep 20, 2023
1 parent e4ba4a0 commit 71759ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/components/Tag/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const variants = recipe({
},
tone: {
primary: atoms({
color: 'white',
color: 'accentText',
backgroundColor: 'accent',
}),
accent: atoms({
Expand Down

1 comment on commit 71759ec

@vercel
Copy link

@vercel vercel bot commented on 71759ec Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.