We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4742c0d + 498dea8 commit cfa1536Copy full SHA for cfa1536
src/DefaultEditor.js
@@ -181,7 +181,8 @@ class DefaultEditor extends Component {
181
/>
182
<CanvasSize label={_('Fixed Width')} attr="width" units="px" />
183
<CanvasSize label={_('Fixed Height')} attr="height" units="px" />
184
- <ColorPicker label={_('Color')} attr="paper_bgcolor" />
+ <ColorPicker label={_('Plot Background')} attr="plot_bgcolor" />
185
+ <ColorPicker label={_('Margin Color')} attr="paper_bgcolor" />
186
</Fold>
187
<Fold name={_('Title and Fonts')}>
188
<Section name={_('Title')}>
0 commit comments