Skip to content

Commit 9f9bd30

Browse files
committed
fix(MUSD-741): add 16px horizontal padding to Money header
HeaderBase has no default side padding (HeaderStandard's px-2 wasn't inherited when we switched). Add twClassName="px-4" so the title sits 16px from the left and the kebab 16px from the right, matching the section rhythm of the rest of Money Home.
1 parent 46b5efe commit 9f9bd30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/UI/Money/components/MoneyHeader/MoneyHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const MoneyHeader = ({ onMenuPress }: MoneyHeaderProps) => (
1818
<HeaderBase
1919
testID={MoneyHeaderTestIds.CONTAINER}
2020
variant={HeaderBaseVariant.Display}
21+
twClassName="px-4"
2122
titleTestID={MoneyHeaderTestIds.TITLE}
2223
endButtonIconProps={[
2324
{

0 commit comments

Comments
 (0)