You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
222 B

1 year ago
  1. export const RED = '#ee0a24';
  2. export const BLUE = '#1989fa';
  3. export const WHITE = '#fff';
  4. export const GREEN = '#07c160';
  5. export const ORANGE = '#ff976a';
  6. export const GRAY = '#323233';
  7. export const GRAY_DARK = '#969799';