Colors.ts 94 B

12345
  1. export const COLORS = {
  2. default: '#000000',
  3. primary: '#facc15',
  4. secondary: '#5b44fd'
  5. };