mirror of
https://github.com/urosran/cally.git
synced 2025-07-14 09:17:19 +00:00
chore points
This commit is contained in:
@ -14,6 +14,9 @@ const PointsSlider = (props: {
|
||||
onValueChange={(value) => props.setPoints(value)}
|
||||
minimumValue={0}
|
||||
step={10}
|
||||
thumbTintColor="white"
|
||||
minimumTrackTintColor="#91d5ff"
|
||||
thumbStyle={{borderWidth: 3, borderColor: '#91d5ff'}}
|
||||
maximumValue={100}
|
||||
/>
|
||||
<View row spread>
|
||||
|
Reference in New Issue
Block a user