From cc861093c292eee75a21876eea82a88455c2a98e Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 16 Apr 2026 08:31:38 -0700 Subject: [PATCH] Make padding equal in the bottom bar (#10265) --- src/view/shell/bottom-bar/BottomBarStyles.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/shell/bottom-bar/BottomBarStyles.tsx b/src/view/shell/bottom-bar/BottomBarStyles.tsx index 2602862dcb..a7c76eb332 100644 --- a/src/view/shell/bottom-bar/BottomBarStyles.tsx +++ b/src/view/shell/bottom-bar/BottomBarStyles.tsx @@ -1,6 +1,6 @@ import {StyleSheet} from 'react-native' -import {atoms as a} from '#/alf' +import {atoms as a, tokens} from '#/alf' export const styles = StyleSheet.create({ bottomBar: { @@ -10,8 +10,8 @@ export const styles = StyleSheet.create({ right: 0, flexDirection: 'row', borderTopWidth: StyleSheet.hairlineWidth, - paddingLeft: 5, - paddingRight: 10, + paddingLeft: tokens.space.sm, + paddingRight: tokens.space.sm, }, bottomBarWeb: a.fixed, ctrl: {