Skip to content

Commit

Permalink
[UI/#15] 말풍선과 오르비 캐릭터 간 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Jan 21, 2025
1 parent bd09595 commit f9d0ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feature/home/src/main/java/com/yapp/home/HomeContract.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sealed class HomeContract {

data class State(
val alarms: List<Alarm> = listOf(Alarm()),
val lastFortuneScore: Int = 0,
val lastFortuneScore: Int = -1,
) : UiState

sealed class Action
Expand Down
3 changes: 2 additions & 1 deletion feature/home/src/main/java/com/yapp/home/HomeScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ private fun HomeCharacterAnimation(
contentDescription = "IMG_MAIN_SPEECH_BUBBLE",
tint = Color.Unspecified,
)
Spacer(modifier = Modifier.height(16.dp))
LottieAnimation(
modifier = Modifier.size(140.dp),
modifier = Modifier.size(110.dp),
resId = starRes,
)
}
Expand Down

0 comments on commit f9d0ac9

Please sign in to comment.