upd: redesign
This commit is contained in:
@@ -196,6 +196,9 @@ const Styles = StyleSheet.create({
|
||||
pv20: {
|
||||
paddingVertical: 20
|
||||
},
|
||||
p05: {
|
||||
padding: 5
|
||||
},
|
||||
p15: {
|
||||
padding: 15
|
||||
},
|
||||
@@ -398,8 +401,8 @@ const Styles = StyleSheet.create({
|
||||
contentPaperGrid2: {
|
||||
backgroundColor: 'white',
|
||||
height: 100,
|
||||
borderBottomEndRadius: 15,
|
||||
borderBottomStartRadius: 15,
|
||||
borderBottomEndRadius: 5,
|
||||
borderBottomStartRadius: 5,
|
||||
paddingHorizontal: 20,
|
||||
paddingVertical: 15,
|
||||
justifyContent: 'flex-start'
|
||||
@@ -428,6 +431,13 @@ const Styles = StyleSheet.create({
|
||||
shadowRadius: 4,
|
||||
elevation: 5,
|
||||
},
|
||||
noShadow: {
|
||||
shadowColor: 'transparent',
|
||||
shadowOffset: { width: 0, height: 0 },
|
||||
shadowOpacity: 0,
|
||||
shadowRadius: 0,
|
||||
elevation: 0,
|
||||
},
|
||||
contentItemCenter: {
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center'
|
||||
@@ -459,8 +469,8 @@ const Styles = StyleSheet.create({
|
||||
padding: 10,
|
||||
borderColor: '#d6d8f6',
|
||||
borderWidth: 1,
|
||||
borderRadius: 10,
|
||||
marginBottom: 5
|
||||
borderRadius: 5,
|
||||
marginBottom: 10
|
||||
},
|
||||
wrapItemBorderNone: {
|
||||
padding: 10,
|
||||
|
||||
Reference in New Issue
Block a user