Skip to content

Commit

Permalink
Fixed theming on services explorer when bot isn't open.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Apr 11, 2019
1 parent af55f7d commit 731978d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//

.bot-not-open-explorer {
background-color: var(--dialog-bg);
background-color: var(--explorer-panel-bg);
color: var(--input-label-color);
display: flex;
flex: 1;
Expand Down

0 comments on commit 731978d

Please sign in to comment.