File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
styles/components/widgets Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 "prop-types" : " ^15.5.10" ,
2020 "raf" : " ^3.4.0" ,
2121 "react-color" : " ^2.13.8" ,
22- "react-colorscales" : " 0.5.5 " ,
22+ "react-colorscales" : " 0.5.7 " ,
2323 "react-dropzone" : " ^4.2.9" ,
2424 "react-plotly.js" : " ^2.2.0" ,
2525 "react-rangeslider" : " ^2.2.0" ,
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ class Scale extends Component {
6262 < ColorscalePicker
6363 onChange = { onColorscaleChange }
6464 colorscale = { selected }
65- width = { 200 }
65+ width = { 215 }
6666 colorscaleType = { this . state . selectedColorscaleType }
6767 onColorscaleTypeChange = { this . onColorscaleTypeChange }
6868 disableSwatchControls
69- scaleLength = { 6 }
69+ scaleLength = { 7 }
7070 />
7171 < Info > { description } </ Info >
7272 </ Fragment >
Original file line number Diff line number Diff line change 11.colorscalePickerContainer {
2- min-width : 200 px ;
2+ min-width : 215 px ;
33 position : relative ;
44 padding : 0 ;
55 resize : none ;
You can’t perform that action at this time.
0 commit comments