Skip to content

Commit 34151b7

Browse files
committed
fix: mssing padding between next steps message and selected button
1 parent e037d54 commit 34151b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MoneyReportHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ function MoneyReportHeader({
12511251
</HeaderWithBackButton>
12521252
{!shouldDisplayNarrowMoreButton &&
12531253
(shouldShowSelectedTransactionsButton ? (
1254-
<View style={[styles.dFlex, styles.w100, styles.ph5]}>
1254+
<View style={[styles.dFlex, styles.w100, styles.ph5, styles.pb3]}>
12551255
<ButtonWithDropdownMenu
12561256
onPress={() => null}
12571257
options={selectedTransactionsOptions}

0 commit comments

Comments
 (0)