Răsfoiți Sursa

feat: corrected header background color

alvarosabu 2 ani în urmă
părinte
comite
124b7f893a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      apps/playground/src/components/Header.astro

+ 1 - 1
apps/playground/src/components/Header.astro

@@ -9,7 +9,7 @@ export interface Props {
 const { visible = false, title } = Astro.props
 ---
 
-<header class={`fixed top-0 z-10 w-full bg-white bg-opacity-60 py-4 ${visible ? 'visible' : 'hidden'}`}>
+<header class={`fixed top-0 z-10 w-full bg-base-100 bg-opacity-60 py-4 ${visible ? 'visible' : 'hidden'}`}>
   <div class="px-4 sm:px-0 container mx-auto flex justify-between">
     <div class="flex">
       <img src={Logo} class="mr-8" />