Skip to content

Commit

Permalink
[nav] fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
sabovyan committed Nov 21, 2023
1 parent 811c320 commit 8d0137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function Nav() {
const session = await auth();

return (
<nav className="fixed bottom-0 w-full justify-end items-center flex p-2 border">
<nav className="fixed bottom-0 w-full justify-end items-center flex px-4 py-2 border">
{/* TODO move to general place */}
{/* <AddExpense deviceType={deviceType || 'desktop'} /> */}
<UserAccount session={session} />
Expand Down

0 comments on commit 8d0137f

Please sign in to comment.