Skip to content

Commit 9dee2f2

Browse files
Remove redundant gap3 style from AgentPromotionalBanner
gap3 is already applied by the BillingBanner component internally, so specifying it again in the style prop is unnecessary. Co-authored-by: Shubham Agrawal <shubham1206agra@users.noreply.github.com>
1 parent 4848897 commit 9dee2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AgentPromotionalBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function AgentPromotionalBanner({title, subtitle, onDismiss, dismissSentryLabel,
9898
title={titleNode}
9999
subtitle={subtitle}
100100
subtitleStyle={[styles.mt1, styles.textLabel]}
101-
style={[styles.borderRadiusComponentLarge, styles.gap3]}
101+
style={[styles.borderRadiusComponentLarge]}
102102
rightIcon={expensifyIcons.Close}
103103
onRightIconPress={onDismiss}
104104
rightIconAccessibilityLabel={translate('common.dismiss')}

0 commit comments

Comments
 (0)