Files
mobile-darmasaba/constants/ColorsStatus.ts
amel 8d1c15e51a upd: division
Deskripsi:
- mengeluarkan anggota divisi
- mengubah status admin anggota divisi

No
Issues
2025-03-10 14:20:00 +08:00

29 lines
496 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'
}
}