Skip to content

Commit

Permalink
Merged in bug/SHIBUI-712 (pull request #152)
Browse files Browse the repository at this point in the history
SHIBUI-712: Updated $gray-700 value to meet color contrast accessibility guidelines;
  • Loading branch information
Jodie Muramoto authored and rmathis committed Aug 10, 2018
1 parent 04c67b3 commit e6ef569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/theme/_palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $gray-300: #dee2e6;
$gray-400: #ced4da;
$gray-500: #adb5bd;
$gray-600: #868e96;
$gray-700: #697581;
$gray-700: #495057;
$gray-800: #343a40;
$gray-900: #212529;
$black: #000;
Expand Down

0 comments on commit e6ef569

Please sign in to comment.