2
0
JC Brand 1 жил өмнө
parent
commit
808efd3c9c

+ 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 {