Introduces SettingsMenu component redesign

This commit is contained in:
mashazyu
2020-03-23 21:39:57 +01:00
committed by Sofiya Tepikin
parent e609d51528
commit e101ecb8d1
8 changed files with 140 additions and 60 deletions
+9
View File
@@ -1,4 +1,13 @@
import Colors from './colors'
import Spacing from './spacing'
export default {
bottomBorder: {
borderStyle: 'solid',
borderBottomWidth: 2,
borderBottomColor: Colors.grey,
paddingBottom: Spacing.base
},
centerItems: {
alignItems: 'center',
flex: 1,