Skip to content

Commit

Permalink
Merge pull request #140 from 33tm/main
Browse files Browse the repository at this point in the history
Center navigation buttons on mobile
  • Loading branch information
julia7hk authored Sep 29, 2023
2 parents 02cdcb4 + 000b657 commit 4f0aa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/layout/BottomNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function BottomNav() {
{/* Dropup */}
<Popover className="relative flex">
{({open}) => (<>
<Popover.Button className="p-2 rounded focus:outline-none focus-visible:ring-[3px] focus-visible:ring-[0xFF7DADD9]">
<Popover.Button className="p-2 px-3 rounded focus:outline-none focus-visible:ring-[3px] focus-visible:ring-[0xFF7DADD9]">
{open ? <FiChevronDown className="w-6 h-6" /> : <FiChevronUp className="w-6 h-6" />}
</Popover.Button>

Expand Down

0 comments on commit 4f0aa03

Please sign in to comment.