Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into ui/#146-home-today…
Browse files Browse the repository at this point in the history
…-dialog
  • Loading branch information
Hyobeen-Park committed Jul 18, 2024
2 parents 388abe9 + d17a16b commit 19ae5cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.terning.feature.onboarding.signin

import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxSize
Expand Down Expand Up @@ -71,6 +72,7 @@ fun SignInScreen(
Column(
modifier = modifier
.fillMaxSize()
.background(color = White)
.padding(horizontal = 20.dp),
horizontalAlignment = Alignment.CenterHorizontally
) {
Expand Down

0 comments on commit 19ae5cf

Please sign in to comment.