upd: discussion general

Deskripsi;
- ui tambah diskusi
- ui edit diskusi
- ui  detail diskusi
- ui list anggota diskusi
- ui tutup diskusi
- ui arsip diskusi

No Issues
This commit is contained in:
amel
2025-03-04 12:10:38 +08:00
parent d923d10290
commit 44b1ffaef5
9 changed files with 520 additions and 14 deletions

View File

@@ -93,6 +93,9 @@ const Styles = StyleSheet.create({
mt10: {
marginTop: 10
},
mt15: {
marginTop: 15
},
mr05: {
marginRight: 5
},
@@ -253,7 +256,7 @@ const Styles = StyleSheet.create({
wrapPaper: {
padding: 15,
backgroundColor: 'white',
borderRadius: 15,
borderRadius: 10,
},
contentItemCenter: {
justifyContent: 'center',
@@ -290,7 +293,15 @@ const Styles = StyleSheet.create({
borderRadius: 10,
marginBottom: 10
},
wrapItemBorderNone: {
padding: 10,
marginBottom: 5
},
userProfileExtraSmall: {
width: 35,
height: 35,
borderRadius: 100
},
userProfileSmall: {
width: 48,
height: 48,