chore points

This commit is contained in:
ivic00
2024-10-12 17:59:43 +02:00
parent b3e40ad909
commit 621c7f1f50
4 changed files with 125 additions and 23 deletions

View File

@ -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>