diff --git a/webview/src/plots/components/styles.module.scss b/webview/src/plots/components/styles.module.scss index a80d38c2a0..e279a9610c 100644 --- a/webview/src/plots/components/styles.module.scss +++ b/webview/src/plots/components/styles.module.scss @@ -48,7 +48,7 @@ $gap: 20px; position: absolute; bottom: 0; width: 100%; - background-color: $bg-color; + background-color: $plot-block-bg-color; color: $fg-color; padding: 10px; display: none;