Skip to content
Snippets Groups Projects
Commit deea268b authored by Tom Robinson's avatar Tom Robinson
Browse files

Tweak gauge segment color picker size

parent a6ff2510
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ const ChartSettingGaugeSegments = ({ value: segments, onChange }) => {
<ColorPicker
value={segment.color}
onChange={color => onChangeProperty(index, "color", color)}
triggerSize={28}
padding={2}
colors={getColorPalette()}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment