Navbar glass style only on catalog/map pages
All checks were successful
Build Docker Image / build (push) Successful in 3m46s
All checks were successful
Build Docker Image / build (push) Successful in 3m46s
- Add glassStyle prop to MainNavigation component - When glassStyle=true: dark transparent bg with white text - When glassStyle=false: solid bg-base-100 with normal text - Pass isCatalogSection from layout to toggle glass effect
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
:quantity="quantity"
|
||||
:can-search="canSearch"
|
||||
:show-mode-toggle="true"
|
||||
:glass-style="isCatalogSection"
|
||||
@toggle-theme="toggleTheme"
|
||||
@set-catalog-mode="setCatalogMode"
|
||||
@sign-out="onClickSignOut"
|
||||
|
||||
Reference in New Issue
Block a user