Skip to content

Commit

Permalink
fix: ui 및 png수정 (#71) (KAN-149)
Browse files Browse the repository at this point in the history
  • Loading branch information
0114chan committed Nov 7, 2024
1 parent 629b09c commit f1fceb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/mhnfe/StartScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun StartScreen(
contentAlignment = Alignment.Center
) {
Image(
painter = painterResource(id = R.drawable.logo2),
painter = painterResource(id = R.drawable.logo),
contentDescription = "명하냥 로고",
modifier = Modifier.size(200.dp)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fun LoginScreen(
) {
// 로고 이미지
Image(
painter = painterResource(id = R.drawable.logo2),
painter = painterResource(id = R.drawable.logo),
contentDescription = "로고",
modifier = Modifier.size(250.dp),
contentScale = ContentScale.Fit
Expand Down
Binary file removed app/src/main/res/drawable/logo2.png
Binary file not shown.

0 comments on commit f1fceb7

Please sign in to comment.