mirror of
https://github.com/GrakovNe/lissen-android.git
synced 2026-07-31 10:28:12 -04:00
Clean up speed labels
This commit is contained in:
@@ -92,7 +92,7 @@ fun PlaybackSpeedComposable(
|
||||
contentPadding = PaddingValues(0.dp),
|
||||
) {
|
||||
Text(
|
||||
text = String.format(Locale.US, "%.2f", value),
|
||||
text = String.format(Locale.US, "%.1f", value),
|
||||
style = if (selectedPlaybackSpeed == value) {
|
||||
typography.labelMedium.copy(fontWeight = FontWeight.Bold)
|
||||
} else typography.labelMedium,
|
||||
|
||||
Reference in New Issue
Block a user