export const COLORS = { red: { background: '#fee2e2', border: '#991b1b', }, green: { background: '#ecfccb', border: '#3f6212', }, blue: { background: '#e0f2fe', border: '#075985', }, standard: { background: 'white', border: 'black', }, };