export const ColorsStatus = { primary: { backgroundColor: '#19345E' }, success: { backgroundColor: 'green' }, info: { backgroundColor: 'blue' }, warning: { backgroundColor: '#FCAA4B' }, error: { backgroundColor: '#DB1514' } }