Symptom view redesign

This commit is contained in:
Maria Zadnepryanets
2020-08-14 11:57:26 +00:00
committed by Sofiya Tepikin
parent ef16cfd041
commit 885da5c293
43 changed files with 1396 additions and 1649 deletions
+21
View File
@@ -1,4 +1,19 @@
import Colors from './colors'
import Spacing from './spacing'
export default {
box: {
borderColor: Colors.orange,
borderRadius: 5,
borderWidth: 1,
marginTop: Spacing.small,
marginRight: Spacing.small,
paddingHorizontal: Spacing.small,
paddingVertical: Spacing.tiny
},
boxActive: {
backgroundColor: Colors.orange,
},
centerItems: {
alignItems: 'center',
flex: 1,
@@ -8,5 +23,11 @@ export default {
alignItems: 'center',
flexDirection: 'row',
justifyContent: 'space-between'
},
selectGroupContainer: {
alignItems: 'center',
flexDirection: 'row',
flexWrap: 'wrap',
marginVertical: Spacing.small
}
}