Skip to content

Commit a60e52c

Browse files
authored
Update plot smooth control background color (#4202)
1 parent 216e28d commit a60e52c

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
@@ -185,7 +185,8 @@ $gap: 20px;
185185
position: absolute;
186186
bottom: 0;
187187
width: 100%;
188-
background-color: $plot-block-bg-color;
188+
box-shadow: inset 250px 250px $fg-transparency-1;
189+
background-color: $bg-color;
189190
color: $fg-color;
190191
padding: 10px;
191192
display: none;

0 commit comments

Comments
 (0)