Skip to content

Commit

Permalink
make apple icon bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramad712 authored Oct 12, 2024
1 parent bdb8897 commit da2d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/SignInScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function SignInScreen({ navigation }) {
{AppleAuth.isAvailableAsync() ? (
<AppleAuth.AppleAuthenticationButton
buttonType={AppleAuth.AppleAuthenticationButtonType.SIGN_IN}
buttonStyle={AppleAuth.AppleAuthenticationButtonStyle.BLACK}
buttonStyle={[AppleAuth.AppleAuthenticationButtonStyle.BLACK, styles.OAuthLogo]}
cornerRadius={5}
style={styles.OAuth}
onPress={async () => {
Expand Down

0 comments on commit da2d846

Please sign in to comment.