Skip to content

Commit

Permalink
Merge pull request #30970 from tienifr/fix/30821
Browse files Browse the repository at this point in the history
Fix: `Billable` switch does not have top padding
  • Loading branch information
Li357 authored Nov 8, 2023
2 parents 2e156ea + 075f8e3 commit 821ee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestView.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function MoneyRequestView({report, betas, parentReport, policyCategories, should
</OfflineWithFeedback>
)}
{shouldShowBillable && (
<View style={[styles.flexRow, styles.mb4, styles.justifyContentBetween, styles.alignItemsCenter, styles.ml5, styles.mr8]}>
<View style={[styles.flexRow, styles.optionRow, styles.justifyContentBetween, styles.alignItemsCenter, styles.ml5, styles.mr8]}>
<Text color={!transactionBillable ? themeColors.textSupporting : undefined}>{translate('common.billable')}</Text>
<Switch
accessibilityLabel={translate('common.billable')}
Expand Down

0 comments on commit 821ee3a

Please sign in to comment.