chore: release v0.20.19

This commit is contained in:
Ulas Kalayci
2026-04-20 07:09:07 +02:00
parent 51fcac3cfe
commit 40fc080c3a
4 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -741,7 +741,7 @@
width: 64px;
height: 64px;
flex-shrink: 0;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
filter: var(--shadow-drop-icon);
}
.weather-forecast {
@@ -963,7 +963,7 @@
.fab-backdrop {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.25);
background: var(--color-backdrop-fab);
z-index: calc(var(--z-nav) - 10);
opacity: 0;
pointer-events: none;