This commit is contained in:
JC Brand 2023-08-01 11:38:29 +02:00
parent 79bb8e76ce
commit 005f5374f0
2 changed files with 4 additions and 1 deletions

View File

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

View File

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