Deskripsi: - api hapus komentar diskusi umum dan diskusi divisi - api edit komentar diskusi umum dan diskusi divisi - layout edit komentar diskusi umum dan diskusi divisi - pengaplikasian edit komentar pada diskusi umum dan diskusi divisi - pengaplikasian hapus komentar pada diskusi umum dan diskudi divisi No Issues
38 lines
659 B
TypeScript
38 lines
659 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'
|
|
},
|
|
pressedGray: {
|
|
backgroundColor: '#e4e4e4'
|
|
}
|
|
} |