Migrate ReaderColorFilterSettings to Compose

It'll eventually be a tab with the other settings again once the other tabs are also
migrated over so it's just a single Compose sheet.
This commit is contained in:
arkon
2023-06-24 12:51:10 -04:00
parent b354e37cc3
commit fe82cdb9c8
15 changed files with 241 additions and 562 deletions

View File

@ -140,7 +140,7 @@ fun RadioItem(
@Composable
fun SliderItem(
label: String,
min: Int,
min: Int = 0,
max: Int,
value: Int,
valueText: String,