diff --git a/CHANGES.md b/CHANGES.md index 612518fde..d7192a533 100644 --- a/CHANGES.md +++ b/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 diff --git a/src/shared/styles/badges.scss b/src/shared/styles/badges.scss index e21943665..e52aa1870 100644 --- a/src/shared/styles/badges.scss +++ b/src/shared/styles/badges.scss @@ -32,7 +32,6 @@ } .badge-secondary { - color: white; background-color: var(--secondary-color); border-color: var(--secondary-color); &:hover {