upd: project

Deskripsi:
- delete project yg telah dibatalkan
- akses fitur by user role
- tampilan text yg panjang

No Issues
This commit is contained in:
amel
2025-05-15 12:08:24 +08:00
parent a877eec078
commit 9b05c6220c
11 changed files with 174 additions and 80 deletions

View File

@@ -161,6 +161,9 @@ const Styles = StyleSheet.create({
w100: {
width: '100%'
},
w95: {
width: '95%'
},
w90: {
width: '90%'
},
@@ -300,6 +303,7 @@ const Styles = StyleSheet.create({
},
headerPaperGrid: {
paddingVertical: 25,
paddingHorizontal: 20,
alignItems: 'center',
borderTopStartRadius: 15,
borderTopEndRadius: 15