Skip to content

Commit

Permalink
fix bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Jul 24, 2023
1 parent 6d28012 commit 92c5a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/foreground/overlay/bottom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function Bottom() {
return <>
<div className="h-16" />
<nav className="fixed bottom-0 left-0 w-full h-16 bg-default">
<div className="w-full m-auto max-w-3xl flex items-center">
<div className="w-full h-full px-4 m-auto max-w-3xl flex items-center">
<Button.Naked className="grow text-contrast aria-selected:text-default"
aria-selected={path.pathname === "/" || path.pathname === "/wallets"}
onClick={onWalletsClick}>
Expand Down

0 comments on commit 92c5a18

Please sign in to comment.