Skip to content

Commit

Permalink
Fix sidebar mode background color
Browse files Browse the repository at this point in the history
Summary: It seems the theme variable we used for the background color was wrong when used in the sidebar. This breaks modals.

Reviewed By: moto-meta

Differential Revision: D55434837

fbshipit-source-id: d89183267e0ed55124e9b7c4bdf112e93bd256c5
  • Loading branch information
evangrayk authored and facebook-github-bot committed Mar 27, 2024
1 parent 39a70fe commit a49f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/vscode/webview/vscode-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ html .vscode-high-contrast {
}

.webview-view .isl-root {
--background: var(--vscode-sidebar-background);
--background: var(--vscode-sideBar-background);
outline: 1px solid var(--vscode-panel-border);
outline-offset: -1px;
}
Expand Down

0 comments on commit a49f8dd

Please sign in to comment.