Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: dark mode for mobile navbar border #97

Merged
merged 2 commits into from
Mar 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: dark mode for mobile navbar border
  • Loading branch information
patricio0312rev committed Mar 15, 2024
commit 343d14947369f5e58f56eae04c5843cc468a349b
2 changes: 1 addition & 1 deletion src/app/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ const NavbarWrapper = ({ children }: { children: ReactElement }) => {
const { darkMode } = useDarkMode();

return (
<nav className="sticky inset-x-0 top-0 bg-white min-h-[4rem] flex items-center border-b md:border-none border-theme-gray-100 z-10 dark:bg-subtle-black">
<nav className="sticky inset-x-0 top-0 bg-white min-h-[4rem] flex items-center border-b md:border-none border-theme-gray-100 z-10 dark:bg-subtle-black dark:border-theme-gray-700">
<ul className="flex justify-between items-center container mx-auto px-6 whitespace-nowrap">
<li>
<Link href="/" className="block h-6 sm:w-48 w-6">