Skip to content

Commit

Permalink
Increase bottom padding for mobile login/signup footer (#6254)
Browse files Browse the repository at this point in the history
  • Loading branch information
khuddite authored Nov 12, 2024
1 parent b2e11d3 commit ae97032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/shell/bottom-bar/BottomBarWeb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export function BottomBarWeb() {
alignItems: 'center',
justifyContent: 'space-between',
paddingTop: 14,
paddingBottom: 2,
paddingBottom: 14,
paddingLeft: 14,
paddingRight: 6,
gap: 8,
Expand Down

0 comments on commit ae97032

Please sign in to comment.