Files
mobile-darmasaba/constants/ColorsStatus.ts
amel a22719780b upd: ui group
Deskripsi:
- ui page group
- ui tab button
- ui list data group
- ui modal bottom drawer
- ui menu item row
- ui tambah data

No Issues
2025-02-27 17:37:44 +08:00

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'
}
}