Make sidenav background transparent so bubbles stand out on narrow screens
All checks were successful
release-nightly / macos (push) Successful in 2m6s
release-nightly / web-demo (push) Successful in 4m57s

This commit is contained in:
2025-05-14 22:53:53 +09:30
parent 3897c1841e
commit 1c4536878e

View File

@@ -20,6 +20,7 @@ html {
@include mat.sidenav-overrides( @include mat.sidenav-overrides(
( (
container-shape: 1rem, container-shape: 1rem,
container-background-color: transparent,
) )
); );
} }