Skip to content

Commit 1827538

Browse files
committed
Fix bottom clipping of Manual/Scan tab buttons in Create Expense flow
1 parent 87e6d66 commit 1827538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4158,7 +4158,7 @@ const staticStyles = (theme: ThemeColors) =>
41584158

41594159
tabSelectorButton: {
41604160
height: variables.tabSelectorButtonHeight,
4161-
padding: variables.tabSelectorButtonPadding,
4161+
paddingHorizontal: variables.tabSelectorButtonPadding,
41624162
flexDirection: 'row',
41634163
alignItems: 'center',
41644164
justifyContent: 'center',

0 commit comments

Comments
 (0)