Skip to content

Commit

Permalink
fix(SG): change color-text-weak to `gray-80 for a11y (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
serifluous committed Dec 9, 2019
1 parent 68b5b09 commit 12e1261
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,8 +11,8 @@ props:
value: "{!palette-gray-100}"
comment: Body text color
color-text-weak:
value: "{!palette-gray-70}"
comment: Weak body text for visual hierarchy.
value: "{!palette-gray-80}"
comment: Weak body text for visual hierarchy. Must pass AA color contrast with color-background.
color-text-inverse:
value: "{!palette-gray-0}"
comment: Inverse text color for dark backgrounds. Must pass AA color contrast with color-background-inverse.
Expand Down

1 comment on commit 12e1261

@vercel
Copy link

@vercel vercel bot commented on 12e1261 Dec 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.