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 and tkajtoch committed Nov 27, 2024
1 parent 5056ea1 commit 612feea
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 612feea

Please sign in to comment.