upd: fix modal animasi
This commit is contained in:
@@ -240,7 +240,7 @@ const Styles = StyleSheet.create({
|
||||
shadowRadius: 3,
|
||||
elevation: 10,
|
||||
borderRadius: 15,
|
||||
marginBottom:15
|
||||
marginBottom: 15
|
||||
},
|
||||
wrapGridCaraousel: {
|
||||
width: '95%',
|
||||
@@ -280,7 +280,7 @@ const Styles = StyleSheet.create({
|
||||
backgroundColor: '#ccc',
|
||||
borderRadius: 10,
|
||||
margin: 10,
|
||||
width:'90%'
|
||||
width: '90%'
|
||||
},
|
||||
contentBar: {
|
||||
height: 20,
|
||||
@@ -388,9 +388,23 @@ const Styles = StyleSheet.create({
|
||||
paddingVertical: 10
|
||||
},
|
||||
contentContainer: {
|
||||
paddingHorizontal: 20,
|
||||
height: '80%'
|
||||
},
|
||||
modalContentNew: {
|
||||
width: '100%',
|
||||
backgroundColor: 'white',
|
||||
borderTopRightRadius: 18,
|
||||
borderTopLeftRadius: 18,
|
||||
paddingTop: 5,
|
||||
paddingBottom: 20,
|
||||
paddingHorizontal: 20
|
||||
},
|
||||
titleContainerNew: {
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
paddingVertical: 10,
|
||||
},
|
||||
wrapBtnTab: {
|
||||
justifyContent: 'space-between',
|
||||
flexDirection: 'row',
|
||||
|
||||
Reference in New Issue
Block a user