Skip to content

Commit

Permalink
config panel dark mode fix (opensearch-project#1169)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
  • Loading branch information
paulstn authored Oct 24, 2023
1 parent ea2fb2c commit 8b5f324
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,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 8b5f324

Please sign in to comment.