Files
mobile-darmasaba/constants/ColorsStatus.ts
amel d923d10290 upd: discussion
Deskripsi:
- ui list diskusi

No Issues
2025-03-04 10:19:39 +08:00

29 lines
493 B
TypeScript

export const ColorsStatus = {
primary: {
backgroundColor: '#19345E'
},
success: {
backgroundColor: '#40c057'
},
info: {
backgroundColor: 'blue'
},
warning: {
backgroundColor: '#FCAA4B'
},
error: {
backgroundColor: '#DB1514'
},
orange: {
backgroundColor: 'orange'
},
white: {
backgroundColor: 'white'
},
lightGreen: {
backgroundColor: '#d2f0cb'
},
gray: {
backgroundColor: '#d9d9d9'
}
}