Skip to content

Commit

Permalink
[C-3854] Update size of social buttons in new sign up flow (#7682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Feb 22, 2024
1 parent f772ae8 commit c104b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const SocialButton = (props: SocialButtonProps) => {
return (
<Button
hexColor={socialHexColor[socialType]}
style={css({ flex: 1, height: 56, paddingHorizontal: 0 })}
style={css({ flex: 1, height: 48, paddingHorizontal: 0 })}
{...rest}
>
{socialType === 'instagram' ? (
Expand Down

0 comments on commit c104b7e

Please sign in to comment.