Fix navigation background color: bg-base-100 → bg-base-200
All checks were successful
Build Docker Image / build (push) Successful in 4m10s
All checks were successful
Build Docker Image / build (push) Successful in 4m10s
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<!-- Content -->
|
||||
<template v-else>
|
||||
<!-- Search bar slot (sticky third bar - like navigation) -->
|
||||
<div v-if="$slots.searchBar" class="sticky z-20 h-16 -mx-3 lg:-mx-6 px-3 lg:px-6 bg-base-100 border-b border-base-300" :style="searchBarStyle">
|
||||
<div v-if="$slots.searchBar" class="sticky z-20 h-16 -mx-3 lg:-mx-6 px-3 lg:px-6 bg-base-200 border-b border-base-300" :style="searchBarStyle">
|
||||
<div class="flex items-center gap-2 h-full">
|
||||
<!-- Expand button - appears when header collapsed -->
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user