upd: diskusi divisi

Deskripsi:
- button save form tambah dan edit diskusi
- ui tambah diskusi divisi
- bottom input pada detail diskusi divisi

No Issues
This commit is contained in:
amel
2025-03-14 10:35:19 +08:00
parent 3a35176777
commit 47c64bacc9
5 changed files with 140 additions and 111 deletions

View File

@@ -135,7 +135,7 @@ export default function DetailDiscussionGeneral() {
</View>
</View>
</ScrollView>
<View style={[Styles.ph15, Styles.pv10, { position: 'absolute', bottom: 10 }]}>
<View style={[Styles.ph15, Styles.pv10, { position: 'absolute', bottom: 10, backgroundColor: '#f4f4f4' }]}>
<InputForm
type="default"
round
@@ -146,7 +146,7 @@ export default function DetailDiscussionGeneral() {
}
/>
</View>
</View>
</View >
</>
)
}