Skip to content

Commit c967632

Browse files
authored
Merge pull request Expensify#81533 from Expensify/claude-fixExpensifyCardTableRowMargin
Fix table row bottom margin in Workspace Expensify Card page
2 parents 60f3604 + 0679d49 commit c967632

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/CONST/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8257,6 +8257,9 @@ const CONST = {
82578257
NEW_CHAT: {
82588258
SELECT_PARTICIPANT: 'NewChat-SelectParticipant',
82598259
},
8260+
WORKSPACE_EXPENSIFY_CARD: {
8261+
CARD_LIST_ROW: 'WorkspaceExpensifyCard-CardListRow',
8262+
},
82608263
WORKSPACE: {
82618264
TOGGLE_SETTINGS_ROW: 'Workspace-ToggleSettingsRow',
82628265
},

src/pages/workspace/expensifyCard/WorkspaceExpensifyCardListPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ function WorkspaceExpensifyCardListPage({route, cardsList, fundID}: WorkspaceExp
162162
>
163163
<PressableWithFeedback
164164
role={CONST.ROLE.BUTTON}
165-
style={[styles.mh5, styles.br3, styles.mb3, styles.highlightBG]}
165+
style={[styles.mh5, styles.br3, styles.mb2, styles.highlightBG]}
166166
accessibilityLabel="row"
167+
sentryLabel={CONST.SENTRY_LABEL.WORKSPACE_EXPENSIFY_CARD.CARD_LIST_ROW}
167168
hoverStyle={[styles.hoveredComponentBG]}
168169
onPress={() => Navigation.navigate(ROUTES.WORKSPACE_EXPENSIFY_CARD_DETAILS.getRoute(policyID, item.cardID.toString()))}
169170
>

0 commit comments

Comments
 (0)