Skip to content

Commit

Permalink
feat: neutral badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Aug 21, 2021
1 parent 685e129 commit 9dd2f2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/badge-status/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
color: var(--utrecht-feedback-safe-fill-color, white);
}

.utrecht-badge-status--neutral {
background-color: var(--utrecht-feedback-neutral-fill-background-color, black);
color: var(--utrecht-feedback-neutral-fill-color, white);
}

.utrecht-badge-status--valid {
background-color: var(
--utrecht-feedback-valid-fill-background-color,
Expand Down

0 comments on commit 9dd2f2c

Please sign in to comment.