Skip to content

Commit

Permalink
Using tintOrShade for subStep background color (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Feb 13, 2018
1 parent 30e079f commit fe998b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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)

Expand Down
2 changes: 1 addition & 1 deletion src/components/steps/_sub_steps.scss
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit fe998b8

Please sign in to comment.