All files / base colors.ts

0% Statements 0/1
100% Branches 0/0
100% Functions 0/0
0% Lines 0/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20                                       
export const COLORS = {
  lightBlack: '#393955',
  black: '#333333',
  blueLight: '#6585F5',
  blue: '#3F66F3',
  blueDark: '#2346C4',
  blueHover: '#EBEFFD',
  grayBorder: '#EBEAE9',
  grayFadedBorder: '#B0B0BB',
  grayText: '#616177',
  grayTextDisabled: '#B0B0BB',
  grayDisabled: '#D8D6D4',
  grayBackground: '#F6F4F1',
  grayLightDisabled: '#E9E3DB',
  grayHover: '#BFBFBF',
  purple: '#393955',
  white: '#FFFFFF',
  red: '#F6564D',
};