upd: fix modal animasi

This commit is contained in:
amel
2025-03-17 14:53:53 +08:00
parent f73bf8354d
commit e1f0102042
4 changed files with 58 additions and 17 deletions

View File

@@ -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',