Skip to content

Commit

Permalink
[FIX] 로그인 화면 Loading Indicator 위치 조정
Browse files Browse the repository at this point in the history
Loading Indicator 가 안보이던게 아니라, 왼쪽 상단에 위치해 있던거였음...
  • Loading branch information
easyhooon committed Apr 5, 2024
1 parent f06c5e9 commit 89f1653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ internal fun LoginScreen(
onLoginClick = onLoginClick,
)
if (uiState.isLoading) {
LoadingIndicator()
LoadingIndicator(modifier = Modifier.align(Alignment.Center))
}
}
}
Expand Down

0 comments on commit 89f1653

Please sign in to comment.