diff options
author | Khuddite <62555977+khuddite@users.noreply.github.com> | 2024-11-12 12:26:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 17:26:13 +0000 |
commit | ae97032c41bb564f11456224db00a63a1584122a (patch) | |
tree | 3e774dd3f15f60e925097c865736336456f770dd | |
parent | b2e11d31717884f87c4e42ffedc645de46664456 (diff) | |
download | voidsky-ae97032c41bb564f11456224db00a63a1584122a.tar.zst |
Increase bottom padding for mobile login/signup footer (#6254)
-rw-r--r-- | src/view/shell/bottom-bar/BottomBarWeb.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/bottom-bar/BottomBarWeb.tsx b/src/view/shell/bottom-bar/BottomBarWeb.tsx index 9b34159d7..81855c97d 100644 --- a/src/view/shell/bottom-bar/BottomBarWeb.tsx +++ b/src/view/shell/bottom-bar/BottomBarWeb.tsx @@ -177,7 +177,7 @@ export function BottomBarWeb() { alignItems: 'center', justifyContent: 'space-between', paddingTop: 14, - paddingBottom: 2, + paddingBottom: 14, paddingLeft: 14, paddingRight: 6, gap: 8, |