diff --git a/src/view/shell/bottom-bar/BottomBarWeb.tsx b/src/view/shell/bottom-bar/BottomBarWeb.tsx index 1a0cb1bc78..8ba8022df5 100644 --- a/src/view/shell/bottom-bar/BottomBarWeb.tsx +++ b/src/view/shell/bottom-bar/BottomBarWeb.tsx @@ -199,21 +199,22 @@ export function BottomBarWeb() { ) : ( <> - + style={[ + a.w_full, + a.flex_row, + a.align_center, + a.justify_between, + a.gap_sm, + { + paddingTop: 14, + paddingBottom: 14, + paddingLeft: 14, + paddingRight: 6, + }, + ]}> + - +