Moves Segment stiles to local file, separates MenuItem component.

This commit is contained in:
mashazyu
2020-03-24 12:26:15 +01:00
committed by Sofiya Tepikin
parent ce92b0af33
commit 4d6f0db30a
4 changed files with 71 additions and 81 deletions
-9
View File
@@ -1,13 +1,4 @@
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,