Deskripsi: - mengeluarkan anggota divisi - mengubah status admin anggota divisi No Issues
29 lines
496 B
TypeScript
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'
|
|
}
|
|
} |