fix(dashboard): weather widget white-on-white in light mode

This commit is contained in:
Ulas Kalayci
2026-04-28 12:46:49 +02:00
parent d88133c503
commit 774d9e87ef
4 changed files with 12 additions and 3 deletions
+4
View File
@@ -2278,6 +2278,10 @@
.dashboard .weather-widget {
border-radius: 8px;
background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-deep) 100%);
color: var(--color-text-on-accent);
border-color: transparent;
box-shadow: var(--shadow-md);
}
.dashboard .weather-widget__refresh {