Skip to content

Commit 6ecb734

Browse files
committed
chore: Remove handled todo
1 parent a927022 commit 6ecb734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/ui/login/components/OnboardingScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fun OnboardingScreen(
147147
isLoginButtonLoading = isLoginButtonLoading,
148148
isSignUpButtonLoading = isSignUpButtonLoading,
149149
),
150-
nextButtonShape = buttonShape, // TODO: Compare with old design
150+
nextButtonShape = buttonShape,
151151
customization = CrossLoginDefaults.customize(
152152
colors = CrossLoginDefaults.colors(
153153
titleColor = colorResource(R.color.primaryTextColor),

0 commit comments

Comments
 (0)