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