Skip to content

Commit

Permalink
make border darker
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Mar 4, 2024
1 parent 97a5c57 commit fceafee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function Navbar() {
function BottomNav() {
return (
<div className="fixed left-0 bottom-0 w-full md:hidden">
<nav className="border-t border-zinc-100 dark:border-neutral-700 bg-zinc-50 dark:bg-zinc-800 static z-10">
<nav className="border-t border-zinc-200 dark:border-neutral-700 bg-zinc-50 dark:bg-zinc-800 static z-10">
<ul className="flex p-2 justify-around">
{links.map((link) => (
<li key={link.href}>
Expand Down

0 comments on commit fceafee

Please sign in to comment.