Skip to content

Commit

Permalink
[HOTFIX/#148] 스플래시 배경 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledeggg committed Jul 18, 2024
1 parent c530e9f commit 3bce86e
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 3bce86e

Please sign in to comment.