Skip to content

Commit 3699ee6

Browse files
committed
android: fix track color in tone volume
1 parent 032b94e commit 3699ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/src/main/java/me/kavishdevar/librepods/composables/ToneVolumeSlider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ fun ToneVolumeSlider() {
158158
)
159159
Box(
160160
modifier = Modifier
161-
.fillMaxWidth(sliderValue.floatValue / 100)
161+
.fillMaxWidth(sliderValue.floatValue / 125)
162162
.height(4.dp)
163163
.background(activeTrackColor, RoundedCornerShape(4.dp))
164164
)

0 commit comments

Comments
 (0)