Skip to content

Commit d8b01bd

Browse files
style(auth): buton apple radius review 💄 (#357)
1 parent 49844c8 commit d8b01bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

waosSwift/modules/auth/controllers/AuthSigninController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ final class AuthSignInController: CoreController, View, Stepper {
5959
}
6060
let buttonSignInApple = ASAuthorizationAppleIDButton().then {
6161
$0.isHidden = !(config["oAuth"]["apple"].bool ?? false)
62+
$0.cornerRadius = Metric.radius
6263
}
6364

6465
// background

0 commit comments

Comments
 (0)