Skip to content

Commit

Permalink
fix(Badge): remove duplicate declaration of defaul color
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Jan 15, 2025
1 parent 9f113d3 commit db59fb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/src/Badge/Badge.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
width: 24px;
}

.default {
color: var(--color-purple-800);
}

.active {
--badge-background-color: var(--color-blue-500);

Expand Down

0 comments on commit db59fb6

Please sign in to comment.