JC Brand 1 year ago
parent
commit
808efd3c9c
2 changed files with 2 additions and 1 deletions
  1. 2 0
      CHANGES.md
  2. 0 1
      src/shared/styles/badges.scss

+ 2 - 0
CHANGES.md

@@ -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.

+ 0 - 1
src/shared/styles/badges.scss

@@ -32,7 +32,6 @@
     }
 
     .badge-secondary {
-        color: white;
         background-color: var(--secondary-color);
         border-color: var(--secondary-color);
         &:hover {