Use settings segments
This commit is contained in:
+10
-1
@@ -92,6 +92,15 @@ export default StyleSheet.create({
|
||||
settingsSegment: {
|
||||
backgroundColor: 'lightgrey',
|
||||
padding: 10,
|
||||
marginTop: 10
|
||||
marginTop: 10,
|
||||
},
|
||||
settingsSegmentTitle: {
|
||||
fontWeight: 'bold'
|
||||
},
|
||||
settingsButton: {
|
||||
backgroundColor: 'darkgrey',
|
||||
padding: 10,
|
||||
alignItems: 'center',
|
||||
margin: 10
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user