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">
|
||||
|
||||
Reference in New Issue
Block a user