Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Nov 5, 2023
1 parent 959d755 commit 06ffc79
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ internal fun AuthScreenContent(
) {
if (loading) {
CircularProgressIndicator(
modifier = Modifier
.size(24.dp),
modifier = Modifier.size(24.dp),
strokeWidth = 2.dp
)
} else {
Expand Down

0 comments on commit 06ffc79

Please sign in to comment.