Files
mobile-darmasaba/constants/ColorsStatus.ts
amel 3f67f65ae5 upd: diskusi divisi
Deskripsi:
- list diskusi
- search diskusi
- detail diskusi
- kirim komentar
- edit diskusi
- status diskusi
- arsip diskusi
- tambah diskusi
- role akses user diskusi

No Issues
2025-05-22 17:19:35 +08:00

35 lines
602 B
TypeScript

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