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 8f548e9 commit 2af13beCopy full SHA for 2af13be
src/stories/Library/colors/color-variables.scss
@@ -24,8 +24,11 @@ $c-signal-alert: #d5364a;
24
--identity-color-h: 145;
25
--identity-color-s: 22%;
26
--identity-color-l: 35%;
27
- --identity-color: var(--identity-color-h), var(--identity-color-s),
28
- var(--identity-color-l);
+ --identity-color: hsl(
+ var(--identity-color-h),
29
+ var(--identity-color-s),
30
+ var(--identity-color-l)
31
+ );
32
--tint-color-20: hsl(var(--identity-color), 0.2);
33
--tint-color-40: hsl(var(--identity-color), 0.4);
34
--tint-color-60: hsl(var(--identity-color), 0.6);
0 commit comments