Skip to content

Commit 7c995bb

Browse files
committed
fix expensify card page header spacing
1 parent 37f73fc commit 7c995bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/expensifyCard/WorkspaceExpensifyCardListPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function WorkspaceExpensifyCardListPage({route, cardsList, fundID}: WorkspaceExp
118118
);
119119

120120
const getHeaderButtons = () => (
121-
<View style={[styles.flexRow, styles.gap2, shouldChangeLayout && styles.mb3, shouldShowSelector && shouldChangeLayout && styles.mt3]}>
121+
<View style={[styles.flexRow, styles.gap2, !shouldShowSelector && shouldUseNarrowLayout && styles.mb2, shouldShowSelector && shouldChangeLayout && styles.mt3]}>
122122
<Button
123123
success
124124
onPress={handleIssueCardPress}

0 commit comments

Comments
 (0)