We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6d652b + 1600d85 commit 1572561Copy full SHA for 1572561
package.json
@@ -19,7 +19,7 @@
19
"prop-types": "^15.5.10",
20
"raf": "^3.4.0",
21
"react-color": "^2.13.8",
22
- "react-colorscales": "0.5.9",
+ "react-colorscales": "0.6.0",
23
"react-dropzone": "^4.2.9",
24
"react-plotly.js": "^2.2.0",
25
"react-rangeslider": "^2.2.0",
src/styles/components/widgets/_colorscalepicker.scss
@@ -24,9 +24,13 @@ $colorscalepicker-width: 215px;
.colorscalePickerContainer input:focus {
outline: none;
26
}
27
+.colorscalePickerBottomContainer {
28
+ padding-right: 3px;
29
+}
30
31
.customPickerContainer {
32
margin-top: var(--spacing-quarter-unit);
33
+ text-align: left;
34
35
&__outer {
36
width: $colorscalepicker-width;
0 commit comments