Skip to content

Commit

Permalink
fix(ui): bottom margin for cta button
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Oct 31, 2024
1 parent b9e5f93 commit cffc95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const buttonContainer = style({
width: '100%',
height: `${CTA_HEIGHT}px`,
paddingTop: spacings.xl,
marginBottom: 'env(safe-area-inset-bottom)',
marginBottom: spacings.sm,
display: 'flex',
justifyContent: 'center',
background: 'linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, #FBFBFB 25%)',
Expand Down

0 comments on commit cffc95c

Please sign in to comment.