Skip to content

Commit fc9ff9f

Browse files
committed
[BOOK-482] feat: 독서 기록 프로그래스바 3단계 -> 2단계로 축소
1 parent ffcebad commit fc9ff9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component

core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/RecordProgressBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fun RecordProgressBar(
2323
modifier = modifier.fillMaxWidth(),
2424
horizontalArrangement = Arrangement.spacedBy(ReedTheme.spacing.spacing1),
2525
) {
26-
repeat(3) { index ->
26+
repeat(2) { index ->
2727
val bgColor = if (index <= currentStep.ordinal) ReedTheme.colors.bgPrimary else ReedTheme.colors.bgDisabled
2828

2929
Box(

0 commit comments

Comments
 (0)