Skip to content

Commit

Permalink
[feature/#1011] 코드 줄 띄우기
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 16, 2025
1 parent ee66ca2 commit d5a66b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ private fun AuthBottom(
navigateToCertification: () -> Unit
) {
Column(horizontalAlignment = Alignment.CenterHorizontally) {

if (platform.isNotEmpty()) {
Text(
modifier = Modifier
Expand All @@ -188,6 +189,7 @@ private fun AuthBottom(
)
Spacer(modifier = Modifier.height(8.dp))
}

AuthButton(
padding = PaddingValues(vertical = 12.dp),
onClick = onGoogleLoginCLick,
Expand Down

0 comments on commit d5a66b2

Please sign in to comment.