Merge pull request #12 from JustinZeus/refactor/domain-services-mobile-nav-docs

bugfix
This commit is contained in:
JustinZeus 2026-02-20 01:33:37 +01:00 committed by GitHub
commit 098794a0cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ watch(showChrome, (value) => {
<button
v-if="isMobileNavOpen"
type="button"
class="absolute inset-0 z-30 bg-black/35 backdrop-blur-[1px] lg:hidden"
class="absolute inset-0 z-30 bg-surface-overlay/35 backdrop-blur-[1px] lg:hidden"
aria-label="Close navigation menu"
@click="closeMobileNav"
/>