Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 71ae561

Browse files
committed
fix: ensure navigation links are visible on light theme
1 parent 6d970d5 commit 71ae561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/ui-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function UiLayout({ children, links }: { children: ReactNode; links: { la
1515

1616
return (
1717
<div className="h-full flex flex-col">
18-
<div className="navbar bg-base-300 text-neutral-content flex-col md:flex-row space-y-2 md:space-y-0">
18+
<div className="navbar bg-base-300 dark:text-neutral-content flex-col md:flex-row space-y-2 md:space-y-0">
1919
<div className="flex-1">
2020
<Link className="btn btn-ghost normal-case text-xl" href="/">
2121
<img className="h-4 md:h-6" alt="Logo" src="/logo.png" />

0 commit comments

Comments
 (0)