Skip to content

Commit

Permalink
Fixed incorrect explorer styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Apr 15, 2019
1 parent f83d09b commit 2a0a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/client/src/ui/editor/panel/panel.scss
Expand Up @@ -4,7 +4,7 @@
flex-direction: column;
height: 100%;
position: relative;
background-color: var(--dialog-bg);
background-color: var(--explorer-panel-bg);
color: var(--input-label-color);
}

Expand Down
Expand Up @@ -69,7 +69,7 @@
}

.explorer-set {
background-color: var(--dialog-bg);
background-color: var(--explorer-panel-bg);
color: var(--input-label-color);
display: flex;
flex-flow: column nowrap;
Expand Down

0 comments on commit 2a0a664

Please sign in to comment.