mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
make buttons more touchable
This commit is contained in:
parent
cd59eedcf0
commit
702fb88fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ fun SliderWithPlusMinus(
|
|||
sliderValue = it
|
||||
onValueChange(it)
|
||||
},
|
||||
modifier = modifier.weight(18F),
|
||||
modifier = modifier.weight(10F),
|
||||
enabled = enabled,
|
||||
valueRange = valueRange,
|
||||
steps = steps,
|
||||
|
|
|
|||
Loading…
Reference in a new issue