Update SettingsItems.kt

fixed formatting issue
This commit is contained in:
abdurisaq 2024-10-23 21:12:31 -07:00 committed by GitHub
parent 4078ab41e8
commit 0b9132cf05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ fun SliderItem(
},
modifier = Modifier.weight(1.5f),
valueRange = min.toFloat()..max.toFloat(),
steps = max - min-1,
steps = max - min - 1,
)
}
}