Skip to content

Commit 8fecddb

Browse files
committedFeb 24, 2025··
fix: dark theme
1 parent b33a7e5 commit 8fecddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/Sections/Header/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const NAVIGATION = [
1616
];
1717

1818
export const Header: FC = () => (
19-
<header className="flex h-16 w-full items-center justify-between border-gray-600 border-b-2 bg-gray-50 px-4 text-gray-600 dark:text-gray-300dark:bg-gray-900">
19+
<header className="flex h-16 w-full items-center justify-between border-gray-600 border-b-2 bg-gray-50 px-4 text-gray-600 dark:bg-gray-900 dark:text-gray-300">
2020
<Link
2121
href="/"
2222
className="inline-flex cursor-pointer items-center gap-2 rounded px-1 py-0.5 text-lg hover:bg-gray-200 hover:dark:bg-gray-800"

0 commit comments

Comments
 (0)
Please sign in to comment.