Skip to content

Commit

Permalink
Remove padding above the button
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Nov 8, 2024
1 parent 952c0f0 commit 8082a9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function CardSelectionStep({feed, policyID}: CardSelectionStepProps) {
isAlertVisible={shouldShowError}
containerStyles={styles.ph5}
message={translate('common.error.pleaseSelectOne')}
buttonStyles={[styles.mb5, styles.mt1]}
buttonStyles={styles.mb5}
/>
</>
)}
Expand Down

0 comments on commit 8082a9a

Please sign in to comment.