upd: dokumen divisi
Deskripsi; - ui modal salin dan pindah file - button on bottom No Issues
This commit is contained in:
@@ -413,7 +413,7 @@ const Styles = StyleSheet.create({
|
||||
paddingVertical: 10
|
||||
},
|
||||
contentContainer: {
|
||||
height: '80%'
|
||||
height: '90%'
|
||||
},
|
||||
modalContentNew: {
|
||||
width: '100%',
|
||||
@@ -421,7 +421,7 @@ const Styles = StyleSheet.create({
|
||||
borderTopRightRadius: 18,
|
||||
borderTopLeftRadius: 18,
|
||||
paddingTop: 5,
|
||||
paddingBottom: 20,
|
||||
paddingBottom: 5,
|
||||
paddingHorizontal: 20
|
||||
},
|
||||
titleContainerNew: {
|
||||
@@ -487,6 +487,30 @@ const Styles = StyleSheet.create({
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
},
|
||||
borderRight: {
|
||||
borderRightWidth: 1,
|
||||
borderRightColor: '#d6d8f6'
|
||||
},
|
||||
borderLeft: {
|
||||
borderLeftWidth: 1,
|
||||
borderLeftColor: '#d6d8f6'
|
||||
},
|
||||
borderBottom: {
|
||||
borderBottomWidth: 1,
|
||||
borderBottomColor: '#d6d8f6'
|
||||
},
|
||||
borderTop: {
|
||||
borderTopWidth: 1,
|
||||
borderTopColor: '#d6d8f6'
|
||||
},
|
||||
borderAll: {
|
||||
borderWidth: 1,
|
||||
borderColor: '#d6d8f6'
|
||||
},
|
||||
absolute0: {
|
||||
position: 'absolute',
|
||||
bottom: 0
|
||||
}
|
||||
})
|
||||
|
||||
export default Styles;
|
||||
Reference in New Issue
Block a user