Skip to content

Commit

Permalink
mod 로그인 화면 이미지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eshc123 committed Aug 13, 2024
1 parent 7d480b0 commit 4c33c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ fun LoginScreen(
Column(
modifier = modifier
.fillMaxSize()
.background(color = Color_FFFF5632)
.navigationBarsPadding()
.background(color = Color_FFFF5632)
.statusBarsPadding(),
horizontalAlignment = Alignment.CenterHorizontally
) {
Expand Down Expand Up @@ -106,7 +106,7 @@ fun LoginScreen(
modifier = Modifier
.fillMaxWidth(220f/390f)
.aspectRatio(1f),
painter = painterResource(id = R.drawable.img_login_rabbit),
painter = painterResource(id = com.goalpanzi.mission_mate.core.designsystem.R.drawable.img_rabbit_default),
contentDescription = "rabbit",
contentScale = ContentScale.FillWidth
)
Expand Down
Binary file not shown.

0 comments on commit 4c33c4f

Please sign in to comment.