fix: badge's background color

This commit is contained in:
Mathias Schopmans
2024-03-06 08:25:50 +01:00
committed by Mathias Schopmans
parent adcade9896
commit 2cb531b679

View File

@@ -44,7 +44,7 @@
&.selected { &.selected {
color: var(--background); color: var(--background);
background: #fff; background: var(--foreground);
} }
} }
} }