Skip to content

Commit

Permalink
config panel dark mode fix (#1169)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
(cherry picked from commit 8b5f324)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 24, 2023
1 parent a9b36fc commit 378fdd9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,9 @@ $vis-editor-sidebar-min-width: 350px;
.panel_section, .cp__rightHeader {
border-bottom: 1px solid $border-color-on-dark;
}

.panelItem_box {
color: #8D98A3;
background-color: #293847;
}
}

0 comments on commit 378fdd9

Please sign in to comment.