upd: profile

Deskripsi:
- ui profile
- ui button right header
- ui alert konfirmasi

No Issues
This commit is contained in:
amel
2025-02-27 12:02:57 +08:00
parent 3372d4df23
commit f7b8c08f20
5 changed files with 149 additions and 7 deletions

View File

@@ -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
}
})