export const ColorsStatus = { primary: { backgroundColor: '#19345E' }, success: { backgroundColor: '#40c057' }, info: { backgroundColor: '#eaf3fd' }, warning: { backgroundColor: '#FCAA4B' }, error: { backgroundColor: '#DB1514' }, secondary: { backgroundColor: 'gray' }, orange: { backgroundColor: 'orange' }, white: { backgroundColor: 'white' }, lightGreen: { backgroundColor: '#d2f0cb' }, gray: { backgroundColor: '#d9d9d9' }, lightRed: { backgroundColor: '#ffcdcd' }, pressedGray: { backgroundColor: '#e4e4e4' } }