We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fabb9 commit c79ebbeCopy full SHA for c79ebbe
1 file changed
feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/record/component/ReviewItem.kt
@@ -52,7 +52,7 @@ internal fun ReviewItem(
52
if (review.isNotBlank()) {
53
Text(
54
text = review,
55
- color = ReedTheme.colors.contentSecondary,
+ color = ReedTheme.colors.contentPrimary,
56
style = ReedTheme.typography.label1Medium,
57
)
58
Spacer(modifier = Modifier.height(ReedTheme.spacing.spacing5))
0 commit comments