Skip to content

Commit

Permalink
[Visual Refresh] Fix euiColorFullShade Sass variable mapping (#8178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll authored Nov 22, 2024
1 parent 77fae69 commit 084a567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $euiColorLightShade: $euiColorShade30 !default;
$euiColorMediumShade: $euiColorShade60 !default;
$euiColorDarkShade: $euiColorShade90 !default;
$euiColorDarkestShade: $euiColorShade120 !default;
$euiColorFullShade: $euiColorPlainLight !default;
$euiColorFullShade: $euiColorPlainDark !default;

// Backgrounds
$euiPageBackgroundColor: $euiColorShade10 !default; // deprecated
Expand Down

0 comments on commit 084a567

Please sign in to comment.