Skip to content

Commit

Permalink
Fixes #3246
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 1, 2023
1 parent 7605b51 commit 808efd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 11.0.0 (Unreleased)

- #3246: Badge color not responsive to dark theme

Breaking changes:
- Remove the old `_converse.BootstrapModal` in favor of `_converse.BaseModal`
which is a web component.
Expand Down
1 change: 0 additions & 1 deletion src/shared/styles/badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
}

.badge-secondary {
color: white;
background-color: var(--secondary-color);
border-color: var(--secondary-color);
&:hover {
Expand Down

0 comments on commit 808efd3

Please sign in to comment.