Skip to content

Commit

Permalink
fix(badge): fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Askhat Arslanov authored and reme3d2y committed Jul 9, 2021
1 parent d9e9065 commit 207d3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/badge/src/Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type BadgeProps = {
iconColor?:
| 'positive'
| 'attention'
| 'neutral'
| 'link'
| 'negative'
| 'tertiary'
| 'secondary'
Expand Down
2 changes: 1 addition & 1 deletion packages/badge/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
color: var(--color-light-graphic-negative);
}

&.neutral {
&.link {
color: var(--color-light-graphic-link);
}

Expand Down

0 comments on commit 207d3d3

Please sign in to comment.