Skip to content

Commit

Permalink
feat(tag): update styles for outlined variant
Browse files Browse the repository at this point in the history
Apply a transparent bg for outlined variant
  • Loading branch information
acd02 committed Sep 25, 2023
1 parent bab70f5 commit 0851f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tag/src/Tag.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const tagStyles = cva(
*/
design: makeVariants<'design', ['filled', 'outlined', 'tinted']>({
filled: [],
outlined: ['bg-surface', 'ring-1', 'ring-current'],
outlined: ['ring-1', 'ring-current'],
tinted: [],
}),
/**
Expand Down

0 comments on commit 0851f07

Please sign in to comment.