Skip to content

Commit

Permalink
Revert change to web separator settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jun 18, 2021
1 parent f116adf commit d98a0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/separator/separator-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import { InspectorControls, PanelColorSettings } from '@wordpress/block-editor';
const SeparatorSettings = ( { color, setColor } ) => (
<InspectorControls>
<PanelColorSettings
title={ __( 'Color settings' ) }
title={ __( 'Color' ) }
colorSettings={ [
{
value: color.color,
onChange: setColor,
label: __( 'Color' ),
},
] }
/>
></PanelColorSettings>
</InspectorControls>
);

Expand Down

0 comments on commit d98a0bf

Please sign in to comment.