Skip to content

Commit 129e58d

Browse files
committed
[BOOK-353] fix: 선택 뱃지 TextStyle 수정
1 parent 945bcc6 commit 129e58d

File tree

1 file changed

+1
-1
lines changed
  • feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step

1 file changed

+1
-1
lines changed

feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step/ImpressionStep.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fun ImpressionStep(
119119
bottom = ReedTheme.spacing.spacing05,
120120
),
121121
color = ReedTheme.colors.contentBrand,
122-
style = ReedTheme.typography.caption1Regular,
122+
style = ReedTheme.typography.caption1Medium,
123123
)
124124
}
125125
}

0 commit comments

Comments
 (0)