Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Badge): remove duplicate declaration of defaul color
Browse files Browse the repository at this point in the history
mcwinter07 committed Jan 15, 2025

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent 9f113d3 commit 9eed44c
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
@@ -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
@@ -43,10 +43,6 @@
width: 24px;
}

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

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

0 comments on commit 9eed44c

Please sign in to comment.