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 9eed44c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/selfish-shoes-drum.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Deps updates and type component fixes for RC MenuItem and Tab
- Update deps
- Update RC MenuItem and Tab child render to fix types issues after upgrade to typescript 5.7.3 upgrade
- Update test-runner to use imported Page type from Playwright to reflect updated dep
- Update Badge duplicate color declaration
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 9eed44c

Please sign in to comment.