Skip to content

Commit

Permalink
[MERGE] #148 -> develop
Browse files Browse the repository at this point in the history
[HOTFIX/#148] ์Šคํ”Œ๋ž˜์‹œ ๋ฐฐ๊ฒฝ ์ถ”๊ฐ€
  • Loading branch information
boiledEgg-s authored Jul 18, 2024
2 parents c530e9f + 3bce86e commit d17a16b
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 d17a16b

Please sign in to comment.