Skip to content

Commit

Permalink
Fixes #3246
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 31, 2023
1 parent 79bb8e7 commit 005f537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Changelog

## 10.1.6 (Unreleased)

- #3246: Badge color not responsive to dark theme

## 10.1.5 (2023-06-29)

- #3209: Fix error when importing the `converse` global with bootstrap modal API
Expand Down
1 change: 0 additions & 1 deletion src/shared/styles/badges.scss
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 005f537

Please sign in to comment.