Skip to content

Commit a53e627

Browse files
authored
Merge pull request #276 from YAPP-Github/BOOK-517-fix/#273
fix: 감상평 기록 텍스트 컬러 contentSecondary -> contentPrimary
2 parents 83cfdc8 + c79ebbe commit a53e627

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)