We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007ec95 commit b5d3fb6Copy full SHA for b5d3fb6
scss/_variables.scss
@@ -36,8 +36,8 @@ $grays: (
36
// scss-docs-end gray-colors-map
37
// fusv-enable
38
39
-$high-emphasis: rgba(shift-color($gray-base, +26), .87) !default;
40
-$medium-emphasis: rgba(shift-color($gray-base, +26), .6) !default;
+$high-emphasis: rgba(shift-color($gray-base, +26), .95) !default;
+$medium-emphasis: rgba(shift-color($gray-base, +26), .681) !default;
41
$disabled: rgba(shift-color($gray-base, +26), .38) !default;
42
43
$high-emphasis-inverse: rgba($white, .87) !default;
0 commit comments