Navigation: bg-base-100 with shadow instead of bg-base-200
All checks were successful
Build Docker Image / build (push) Successful in 3m13s
All checks were successful
Build Docker Image / build (push) Successful in 3m13s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<header class="bg-base-200 border-b border-base-300">
|
||||
<header class="bg-base-100 shadow-md">
|
||||
<div class="relative flex items-center h-16 px-4 lg:px-6">
|
||||
<!-- Left: Logo -->
|
||||
<div class="flex items-center">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<nav v-if="items.length > 0" class="bg-base-200 border-b border-base-300">
|
||||
<nav v-if="items.length > 0" class="bg-base-100 shadow-sm">
|
||||
<div class="flex items-center gap-1 py-2 px-4 lg:px-6 overflow-x-auto">
|
||||
<NuxtLink
|
||||
v-for="item in items"
|
||||
|
||||
Reference in New Issue
Block a user