Skip to content

Commit

Permalink
🐛 Fix notice warning missing background color (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored May 3, 2022
1 parent 364976d commit 2f8bff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/theme/src/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
var(--color-warning-tint-1-l)
);

--color-warning-tint-2-h: 34%;
--color-warning-tint-2-h: 34;
--color-warning-tint-2-s: 80%;
--color-warning-tint-2-l: 96%;
--color-warning-tint-2: hsl(
Expand Down

0 comments on commit 2f8bff7

Please sign in to comment.