mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 01:35:22 +00:00
ui tweaks
This commit is contained in:
@ -20,9 +20,9 @@ const PointsSlider = (props: {
|
||||
maximumValue={100}
|
||||
/>
|
||||
<View row spread>
|
||||
<Text>0</Text>
|
||||
<Text>50</Text>
|
||||
<Text>100</Text>
|
||||
<Text style={{fontSize: 13, color: '#858585'}}>0</Text>
|
||||
<Text style={{fontSize: 13, color: '#858585'}}>50</Text>
|
||||
<Text style={{fontSize: 13, color: '#858585'}}>100</Text>
|
||||
</View>
|
||||
</View>
|
||||
<View style={{ marginLeft: "auto" }}>
|
||||
|
Reference in New Issue
Block a user