Skip to content

Commit cfa1536

Browse files
authored
Merge branch 'master' into further-design-updates
2 parents 4742c0d + 498dea8 commit cfa1536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DefaultEditor.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ class DefaultEditor extends Component {
181181
/>
182182
<CanvasSize label={_('Fixed Width')} attr="width" units="px" />
183183
<CanvasSize label={_('Fixed Height')} attr="height" units="px" />
184-
<ColorPicker label={_('Color')} attr="paper_bgcolor" />
184+
<ColorPicker label={_('Plot Background')} attr="plot_bgcolor" />
185+
<ColorPicker label={_('Margin Color')} attr="paper_bgcolor" />
185186
</Fold>
186187
<Fold name={_('Title and Fonts')}>
187188
<Section name={_('Title')}>

0 commit comments

Comments
 (0)