This PR fixes a wrong Sass variable mapping. euiColorFullShade in light color mode should be mapped to euiColorPlainDark as it's the darkest (legacy) shade. It having been mapped to euiColorPlainLight (which is white) was a mistake, likely due to copying.
QA
There is no actual output of this in EUI. The EUI docs here use the legacy JSON tokens as output.
Summary
This PR fixes a wrong Sass variable mapping.
euiColorFullShade
in light color mode should be mapped toeuiColorPlainDark
as it's the darkest (legacy) shade. It having been mapped toeuiColorPlainLight
(which is white) was a mistake, likely due to copying.QA
There is no actual output of this in EUI. The EUI docs here use the legacy JSON tokens as output.