Merge pull request #12 from JustinZeus/refactor/domain-services-mobile-nav-docs
bugfix
This commit is contained in:
commit
098794a0cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue