Skip to content

Commit 1572561

Browse files
Merge pull request #670 from plotly/colorpickertweak
colorpicker css tweaks and version bump
2 parents a6d652b + 1600d85 commit 1572561

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prop-types": "^15.5.10",
2020
"raf": "^3.4.0",
2121
"react-color": "^2.13.8",
22-
"react-colorscales": "0.5.9",
22+
"react-colorscales": "0.6.0",
2323
"react-dropzone": "^4.2.9",
2424
"react-plotly.js": "^2.2.0",
2525
"react-rangeslider": "^2.2.0",

src/styles/components/widgets/_colorscalepicker.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ $colorscalepicker-width: 215px;
2424
.colorscalePickerContainer input:focus {
2525
outline: none;
2626
}
27+
.colorscalePickerBottomContainer {
28+
padding-right: 3px;
29+
}
2730

2831
.customPickerContainer {
2932
margin-top: var(--spacing-quarter-unit);
33+
text-align: left;
3034

3135
&__outer {
3236
width: $colorscalepicker-width;

0 commit comments

Comments
 (0)