upd: project

Deskripsi:
- ui detail project
- ui create project
- ui edit tambah tugas
- ui edit tambah file
- ui edit judul project
- ui cancel project

No Issues
This commit is contained in:
amel
2025-03-06 15:13:43 +08:00
parent 8806f33a8d
commit c07be165ec
15 changed files with 371 additions and 17 deletions

View File

@@ -120,6 +120,9 @@ const Styles = StyleSheet.create({
p15: {
padding: 15
},
p10: {
padding: 10
},
round30: {
borderRadius: 30
},
@@ -172,7 +175,7 @@ const Styles = StyleSheet.create({
},
inputRoundForm: {
borderRadius: 10,
borderColor: 'gray',
borderColor: '#d6d8f6',
borderWidth: 1,
paddingVertical: 10,
paddingHorizontal: 15,
@@ -259,6 +262,8 @@ const Styles = StyleSheet.create({
padding: 15,
backgroundColor: 'white',
borderRadius: 10,
borderWidth: 1,
borderColor: '#d6d8f6',
},
contentItemCenter: {
justifyContent: 'center',