diff --git a/components/Logo.tsx b/components/Logo.tsx index da362f1..1370f57 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -4,7 +4,7 @@ export const Logo = () => { xmlns="http://www.w3.org/2000/svg" id="svg166" version="1.1" - className="fill-action group-hover:fill-secondary transition-all ease-in duration-100 flex-no-shrink xl:w-12 xl:h-12 w-8 h-8" + className="fill-action group-hover:fill-primary dark:group-hover:fill-secondar transition-all ease-in duration-100 flex-no-shrink xl:w-12 xl:h-12 w-8 h-8" viewBox="0 0 100 100" > diff --git a/components/Navbar.tsx b/components/Navbar.tsx index ab85b2e..6604a5d 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -13,14 +13,14 @@ export const Navbar = () => { const [showMenu, setShowMenu] = useState(false); return ( -