Skip to content

Commit b850457

Browse files
committed
[BOOK-477] feat: 감정선택 이미지 리소스 변경
1 parent 1457e9b commit b850457

File tree

10 files changed

+5
-6
lines changed

10 files changed

+5
-6
lines changed

core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/Emotion.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ val Emotion.graphicRes: Int
3737

3838
val Emotion.graphicResV2: Int
3939
get() = when (this) {
40-
Emotion.WARM -> R.drawable.img_warm
41-
Emotion.JOY -> R.drawable.img_joy
42-
Emotion.SAD -> R.drawable.img_sad
43-
Emotion.INSIGHT -> R.drawable.img_insight
40+
Emotion.WARM -> R.drawable.img_category_warm
41+
Emotion.JOY -> R.drawable.img_category_joy
42+
Emotion.SAD -> R.drawable.img_category_sad
43+
Emotion.INSIGHT -> R.drawable.img_category_insight
4444
}
4545

4646
val Emotion.descriptionRes: Int
16 KB
Loading
17.1 KB
Loading
15.9 KB
Loading
16.3 KB
Loading
-78.4 KB
Binary file not shown.
-81.3 KB
Binary file not shown.
-75.3 KB
Binary file not shown.
-82.1 KB
Binary file not shown.

feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step_v2/EmotionItem.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ internal fun EmotionItem(
7878
contentDescription = "Emotion Image",
7979
modifier = Modifier
8080
.size(60.dp)
81-
.clip(CircleShape)
82-
.background(ReedTheme.colors.basePrimary),
81+
.clip(CircleShape),
8382
)
8483
Spacer(modifier = Modifier.width(ReedTheme.spacing.spacing4))
8584
Column {

0 commit comments

Comments
 (0)