upd: profile
Deskripsi: - ui profile - ui button right header - ui alert konfirmasi No Issues
This commit is contained in:
@@ -68,7 +68,7 @@ const Styles = StyleSheet.create({
|
||||
mb30: {
|
||||
marginBottom: 30
|
||||
},
|
||||
mb100:{
|
||||
mb100: {
|
||||
marginBottom: 100
|
||||
},
|
||||
mv05: {
|
||||
@@ -83,6 +83,9 @@ const Styles = StyleSheet.create({
|
||||
mt05: {
|
||||
marginTop: 5
|
||||
},
|
||||
mt10: {
|
||||
marginTop: 10
|
||||
},
|
||||
mr05: {
|
||||
marginRight: 5
|
||||
},
|
||||
@@ -253,9 +256,21 @@ const Styles = StyleSheet.create({
|
||||
height: 48,
|
||||
borderRadius: 100
|
||||
},
|
||||
userProfileBig: {
|
||||
width: 100,
|
||||
height: 100,
|
||||
borderRadius: 100
|
||||
},
|
||||
iconContent: {
|
||||
padding: 10,
|
||||
borderRadius: 100,
|
||||
},
|
||||
wrapHeadViewMember: {
|
||||
backgroundColor: '#19345E',
|
||||
paddingVertical: 30,
|
||||
alignItems: 'center',
|
||||
borderBottomLeftRadius: 25,
|
||||
borderBottomRightRadius: 25
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user