1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed: Icons on full color calendar events

Closes #6331
This commit is contained in:
Mark McDowall
2024-01-18 21:43:51 -08:00
committed by GitHub
parent e792db4d33
commit 9884f6f282
14 changed files with 118 additions and 74 deletions
-8
View File
@@ -12,18 +12,10 @@
.info {
color: var(--infoColor);
&:global(.darken) {
color: color(var(--infoColor) shade(30%));
}
}
.pink {
color: var(--pink);
&:global(.darken) {
color: color(var(--pink) shade(30%));
}
}
.success {