Skip to content

Commit

Permalink
docs: fix the badge backgroundcolor (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored and aromko committed Oct 8, 2024
1 parent cb2aa92 commit eb49ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/theme-docs/src/components/Badge.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Badge: ThemeComponent<'Badge'> = cva(
{
variants: {
variant: {
dark: 'bg-bg-lowered text-white',
dark: 'bg-bg-inverted text-white',
},
size: {
default: 'text-xs',
Expand Down

0 comments on commit eb49ae1

Please sign in to comment.