mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-31 15:19:11 +00:00
android: fix track color in tone volume
This commit is contained in:
@@ -158,7 +158,7 @@ fun ToneVolumeSlider() {
|
||||
)
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth(sliderValue.floatValue / 100)
|
||||
.fillMaxWidth(sliderValue.floatValue / 125)
|
||||
.height(4.dp)
|
||||
.background(activeTrackColor, RoundedCornerShape(4.dp))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user