2025-05-01 20:31:20 +02:00

15 lines
288 B
JavaScript

const Colors = {
primary: '#007AFF',
secondary: '#5856D6',
background: '#F2F2F7',
card: '#FFFFFF',
text: '#000000',
border: '#C7C7CC',
notification: '#FF3B30',
success: '#34C759',
warning: '#FF9500',
error: '#FF3B30',
inactive: '#C7C7CC',
};
export default Colors;