Files
mobile-darmasaba/constants/ColorsStatus.ts
amel a9368e3e32 upd: project
Deskripsi:
- detail project
- batal project
- edit project
- tambah tugas project
- update status tugas project

No Issues'
2025-05-09 17:36:22 +08:00

32 lines
550 B
TypeScript

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