Skip to content

Commit b5d3fb6

Browse files
committed
fix: the wrong contrast ratio for default text colors
1 parent 007ec95 commit b5d3fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ $grays: (
3636
// scss-docs-end gray-colors-map
3737
// fusv-enable
3838

39-
$high-emphasis: rgba(shift-color($gray-base, +26), .87) !default;
40-
$medium-emphasis: rgba(shift-color($gray-base, +26), .6) !default;
39+
$high-emphasis: rgba(shift-color($gray-base, +26), .95) !default;
40+
$medium-emphasis: rgba(shift-color($gray-base, +26), .681) !default;
4141
$disabled: rgba(shift-color($gray-base, +26), .38) !default;
4242

4343
$high-emphasis-inverse: rgba($white, .87) !default;

0 commit comments

Comments
 (0)