adjusts light primary to green.700 for contrast (#137)

Improves contrast ratio when paired with yellow.50 and removes browser a11y warnings
pull/26459/head^2
Paul Wackerow 2 years ago committed by GitHub
parent faa0640465
commit 11035bf0c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/theme/index.ts

@ -27,7 +27,7 @@ const overrides = {
textStyles,
semanticTokens: {
colors: {
primary: { _light: 'green.600', _dark: 'green.200' },
primary: { _light: 'green.700', _dark: 'green.200' },
secondary: { _light: 'green.800', _dark: 'green.600' },
'button-bg': { _light: 'green.50', _dark: 'green.900' },
body: { _light: 'gray.800', _dark: 'yellow.50' },

Loading…
Cancel
Save