Skip to content

Commit d98a0bf

Browse files
Revert change to web separator settings
1 parent f116adf commit d98a0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/block-library/src/separator/separator-settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import { InspectorControls, PanelColorSettings } from '@wordpress/block-editor';
77
const SeparatorSettings = ( { color, setColor } ) => (
88
<InspectorControls>
99
<PanelColorSettings
10-
title={ __( 'Color settings' ) }
10+
title={ __( 'Color' ) }
1111
colorSettings={ [
1212
{
1313
value: color.color,
1414
onChange: setColor,
1515
label: __( 'Color' ),
1616
},
1717
] }
18-
/>
18+
></PanelColorSettings>
1919
</InspectorControls>
2020
);
2121

0 commit comments

Comments
 (0)