Skip to content

Commit 4525e01

Browse files
authored
Improve vega bindings color (smooth template) (#3250)
1 parent 85e0e66 commit 4525e01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webview/src/plots/components/styles.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ $gap: 20px;
4848
position: absolute;
4949
bottom: 0;
5050
width: 100%;
51-
background-color: $fg-color;
51+
background-color: $plot-block-bg-color;
52+
color: $fg-color;
5253
padding: 10px;
5354
display: none;
5455

0 commit comments

Comments
 (0)