fix: restore the blur on drawer (#3654)

This commit is contained in:
Tiago Vasconcelos
2025-12-11 13:16:32 +01:00
committed by GitHub
parent 8867b27b09
commit 157a6485b4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -63,5 +63,6 @@ body.body--dark {
.q-drawer {
--q-dark: #{color.adjust(#1d1d1d, $alpha: -0.7)};
background-color: var(--q-dark);
backdrop-filter: blur(6px) brightness(0.8);
}
}