diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-07-28 14:36:30 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-07-28 14:36:30 -0400 |
| commit | b236882faef4e5434158e7a8dfb82daa47031ca5 (patch) | |
| tree | b9d2f54a8bf804a88b0459af6b7fc1c2f8ff34fa /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 6984267d0f70f080bc1e1e6397b2377145e3cae2 (diff) | |
graph colorPickers
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 5945840b5..da5a274a5 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -23,9 +23,8 @@ .histogram-bar{ outline: thin solid black; - fill: #69b3a2; &.hover{ - fill: grey; + outline: 5px solid black; } } |
