Skip to content

Commit c79ebbe

Browse files
committed
[BOOK-514] fix: 감상평 기록 텍스트 컬러 contentSecondary -> contentPrimary
감정 이미지는 사이즈 40 제대로 설정되어있음
1 parent 44fabb9 commit c79ebbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/record/component

feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/record/component/ReviewItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal fun ReviewItem(
5252
if (review.isNotBlank()) {
5353
Text(
5454
text = review,
55-
color = ReedTheme.colors.contentSecondary,
55+
color = ReedTheme.colors.contentPrimary,
5656
style = ReedTheme.typography.label1Medium,
5757
)
5858
Spacer(modifier = Modifier.height(ReedTheme.spacing.spacing5))

0 commit comments

Comments
 (0)