Skip to content

Commit c84f162

Browse files
authored
Merge pull request Expensify#80472 from marufsharifi/fix/create-expense-manual-scan-tab-clipping
Fix Manual/Scan tab buttons clipping at bottom in Create Expense flow
2 parents ea82c73 + 1827538 commit c84f162

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
@@ -4184,7 +4184,7 @@ const staticStyles = (theme: ThemeColors) =>
41844184

41854185
tabSelectorButton: {
41864186
height: variables.tabSelectorButtonHeight,
4187-
padding: variables.tabSelectorButtonPadding,
4187+
paddingHorizontal: variables.tabSelectorButtonPadding,
41884188
flexDirection: 'row',
41894189
alignItems: 'center',
41904190
justifyContent: 'center',

0 commit comments

Comments
 (0)