Skip to content

Commit

Permalink
Improve styling for mobile navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Aug 25, 2023
1 parent 94f67b9 commit a2245a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function NavBar() {
</label>
<select
id="navigation"
className="absolute left-1/2 top-1/2 block -translate-x-1/2 -translate-y-1/2 rounded-md border-2 border-red-800 py-1 pl-3 pr-9 ring-2 ring-white/50"
className="absolute left-1/2 top-1/2 block -translate-x-1/2 -translate-y-1/2 rounded-md border-2 border-red-800 py-1 pl-3 pr-9 text-red-800 ring-2 ring-white"
value={navigationItems.find((tab) => tab.href === pathname)?.href}
onChange={(event) => navigate(event.target.value)}
>
Expand Down

0 comments on commit a2245a6

Please sign in to comment.