Skip to content

Commit 7503b14

Browse files
committed
feat/#222 : 프로그레스바 배경색 흰색으로 변경
1 parent 5613138 commit 7503b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/designsystem/src/main/kotlin/com/boostcamp/mapisode/designsystem/compose/MapisodeLinearProgressBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import com.boostcamp.mapisode.designsystem.theme.MapisodeTheme
1616
fun MapisodeLinearProgressBar(
1717
modifier: Modifier = Modifier,
1818
progress: Float,
19-
backgroundColor: Color = Color.Gray,
19+
backgroundColor: Color = Color.White,
2020
progressColor: Color = MapisodeTheme.colorScheme.circularIndicator,
2121
) {
2222
Canvas(modifier = modifier) {

0 commit comments

Comments
 (0)