Add slider and save value in LocalStorage

This commit is contained in:
Julia Friesel
2018-08-21 14:26:54 +02:00
parent 7a1ef388d3
commit c6b490b2a4
6 changed files with 116 additions and 14 deletions
+5
View File
@@ -88,5 +88,10 @@ export default StyleSheet.create({
margin: 30,
textAlign: 'left',
textAlignVertical: 'center'
},
settingsSegment: {
backgroundColor: 'lightgrey',
padding: 10,
marginTop: 10
}
})