Skip to content

Commit 07af68c

Browse files
committed
[BOOK-264] fix: 기록 상세 화면 디테일 수정
1 parent 83aa432 commit 07af68c

File tree

1 file changed

+2
-1
lines changed
  • feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/record/component

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ fun ReviewBox(
5252
contentDescription = "Emotion Graphic",
5353
modifier = Modifier
5454
.size(ReedTheme.spacing.spacing10)
55-
.clip(CircleShape),
55+
.clip(CircleShape)
56+
.background(ReedTheme.colors.basePrimary),
5657
)
5758
Spacer(modifier = Modifier.width(ReedTheme.spacing.spacing2))
5859
Text(

0 commit comments

Comments
 (0)