Skip to content

Commit

Permalink
fix: fix badge darken style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 committed Jun 10, 2022
1 parent eff07f7 commit 540b3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Badge/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Badge: React.FC<BadgeProps> = ({
badgeColors[variant as BadgeVariant]
)}
>
<span {...props} className={clsx(defaultClass, 'ui-darker-70 ui-rounded')}>
<span {...props} className={clsx(defaultClass, 'ui-darker-80 ui-rounded')}>
{children}
</span>
</span>
Expand Down

0 comments on commit 540b3af

Please sign in to comment.