Skip to content

Commit

Permalink
Slight tweak with dark bg color (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
snide authored Feb 6, 2019
1 parent 27dc847 commit 9a95b69
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
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Adjust dark mode background color ([#1530](https://github.com/elastic/eui/pull/1530))
- TypeScript are now formatted with Prettier ([#1529](https://github.com/elastic/eui/pull/1529))
- Updated `EuiPopover` and `EuiColorPicker` to pause `EuiOutsideClickDetector` in when not open ([#1527](https://github.com/elastic/eui/pull/1527))

Expand Down
2 changes: 1 addition & 1 deletion src/global_styling/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $euiTextColor: $euiColorDarkestShade !default;
$euiTitleColor: shadeOrTint($euiTextColor, 50%, 0%) !default;
$euiLinkColor: $euiColorPrimary !default;
$euiFocusBackgroundColor: tintOrShade($euiColorPrimary, 90%, 50%) !default;
$euiPageBackgroundColor: tintOrShade($euiColorLightestShade, 50%, 50%) !default;
$euiPageBackgroundColor: tintOrShade($euiColorLightestShade, 50%, 25%) !default;

// Visualization colors

Expand Down

0 comments on commit 9a95b69

Please sign in to comment.