upd: ui home
Deskripsi: - update package - ui diskusi home - ui event home - ui bar chart home - ui pie chart home - ui divisi home No Issues
This commit is contained in:
17
constants/ColorsStatus.ts
Normal file
17
constants/ColorsStatus.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export const ColorsStatus = {
|
||||
primary: {
|
||||
backgroundColor: '#19345E'
|
||||
},
|
||||
success: {
|
||||
backgroundColor: 'green'
|
||||
},
|
||||
info: {
|
||||
backgroundColor: 'blue'
|
||||
},
|
||||
warning: {
|
||||
backgroundColor: '#FCAA4B'
|
||||
},
|
||||
error: {
|
||||
backgroundColor: '#DB1514'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user