Browse Source

Accessibility update color contrast (#4850)

main
Ihor Sychevskyi 3 years ago
committed by GitHub
parent
commit
a3c01e7b07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/theme.js

2
src/theme.js

@ -18,7 +18,7 @@ const colors = {
brand: '#61dafb', // electric blue brand: '#61dafb', // electric blue
brandLight: '#bbeffd', brandLight: '#bbeffd',
text: '#1a1a1a', // very dark grey / black substitute text: '#1a1a1a', // very dark grey / black substitute
subtle: '#6d6d6d', // light grey for text subtle: '#6B6B6B', // light grey for text
subtleOnDark: '#999', subtleOnDark: '#999',
divider: '#ececec', // very light grey divider: '#ececec', // very light grey
note: '#ffe564', // yellow note: '#ffe564', // yellow

Loading…
Cancel
Save