Skip to content

Commit

Permalink
Fix dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jul 13, 2020
1 parent 8ab6eb9 commit 7b86acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.lnsDataPanelWrapper {
flex: 1 0 100%;
overflow: hidden;
background-color: $euiColorLightestShade;
background-color: lightOrDarkTheme($euiColorLightestShade, $euiColorInk);
}

.lnsDataPanelWrapper__switchSource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

.lnsFrameLayout__sidebar--right {
@include euiScrollBar;
background-color: $euiColorLightestShade;
background-color: lightOrDarkTheme($euiColorLightestShade, $euiColorInk);
min-width: $lnsPanelMinWidth + $euiSizeXL;
overflow-x: hidden;
overflow-y: scroll;
Expand Down

0 comments on commit 7b86acb

Please sign in to comment.