From c5d388709c8bab6ca212dc5c4c000787801c737a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 16 Apr 2026 09:29:57 +0300 Subject: [PATCH] Make padding equal in the bottom bar --- 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: {