Deskripsi: - ui page group - ui tab button - ui list data group - ui modal bottom drawer - ui menu item row - ui tambah data No Issues
26 lines
441 B
TypeScript
26 lines
441 B
TypeScript
export const ColorsStatus = {
|
|
primary: {
|
|
backgroundColor: '#19345E'
|
|
},
|
|
success: {
|
|
backgroundColor: 'green'
|
|
},
|
|
info: {
|
|
backgroundColor: 'blue'
|
|
},
|
|
warning: {
|
|
backgroundColor: '#FCAA4B'
|
|
},
|
|
error: {
|
|
backgroundColor: '#DB1514'
|
|
},
|
|
orange: {
|
|
backgroundColor: 'orange'
|
|
},
|
|
white: {
|
|
backgroundColor: 'white'
|
|
},
|
|
lightGreen: {
|
|
backgroundColor: '#d2f0cb'
|
|
}
|
|
} |