upd: discussion

Deskripsi:
- ui list diskusi

No Issues
This commit is contained in:
amel
2025-03-04 10:19:39 +08:00
parent 392ef24697
commit d923d10290
11 changed files with 191 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ export const ColorsStatus = {
backgroundColor: '#19345E'
},
success: {
backgroundColor: 'green'
backgroundColor: '#40c057'
},
info: {
backgroundColor: 'blue'

View File

@@ -25,6 +25,10 @@ const Styles = StyleSheet.create({
lineHeight: 24,
fontWeight: '600',
},
textSmallSemiBold: {
fontSize: 10,
fontWeight: '600',
},
textTitle: {
fontSize: 32,
fontWeight: 'bold',
@@ -120,6 +124,10 @@ const Styles = StyleSheet.create({
paddingHorizontal: 15,
borderRadius: 10
},
labelStatusSmall: {
paddingHorizontal: 10,
borderRadius: 10
},
rowSpaceBetween: {
justifyContent: 'space-between',
flexDirection: 'row'