+
{ __(
'Create a two-tone color effect without losing your original image.'
) }
getDefaultColors( colorPalette ),
@@ -74,13 +75,15 @@ function DuotonePicker( {
);
const isUnset = value === 'unset';
+ const unsetOptionLabel = __( 'Unset' );
const unsetOption = (
{
onChange( isUnset ? undefined : 'unset' );
@@ -154,6 +157,7 @@ function DuotonePicker( {
return (