Skip to content

Commit

Permalink
Change the background color for the smooth slider over plots (#3427)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy3 authored Mar 8, 2023
1 parent c4bd493 commit 7c93f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/src/plots/components/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $gap: 20px;
position: absolute;
bottom: 0;
width: 100%;
background-color: $plot-block-bg-color;
background-color: $bg-color;
color: $fg-color;
padding: 10px;
display: none;
Expand Down

0 comments on commit 7c93f89

Please sign in to comment.