From 229b50d75fa71d1f628d4ac1e3eb4e2a3ea97ded Mon Sep 17 00:00:00 2001 From: cchaos Date: Tue, 13 Feb 2018 10:35:27 -0500 Subject: [PATCH 1/2] Using tintOrShade for subStep background color --- src/components/steps/_sub_steps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/steps/_sub_steps.scss b/src/components/steps/_sub_steps.scss index 7feec9bb699..5b143fbdad1 100644 --- a/src/components/steps/_sub_steps.scss +++ b/src/components/steps/_sub_steps.scss @@ -1,6 +1,6 @@ .euiSubSteps { padding: $euiSize; - background-color: tint($euiColorPrimary, 93%); + background-color: tintOrShade(tint($euiColorPrimary, 55%), 83%, 78%); margin-bottom: $euiSize; > *:last-child { From 6f9bb19d35d12775ce8c771c9b6f95acd9c6ef61 Mon Sep 17 00:00:00 2001 From: cchaos Date: Tue, 13 Feb 2018 12:25:37 -0500 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9223b998b8..2a192f7eb03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ **Bug fixes** - Wrap long lines of text within the body of `EuiToast` instead of letting text overflow ([#392](https://github.com/elastic/eui/pull/392)) +- Fix dark theme coloring of Substeps ([#396](https://github.com/elastic/eui/pull/396)) # [`0.0.20`](https://github.com/elastic/eui/tree/v0.0.20)