Skip to content

Commit

Permalink
refactor: update button label to 'Reset' and adjust border color in f…
Browse files Browse the repository at this point in the history
…ilters panel
  • Loading branch information
yogeshbhutkar committed Feb 6, 2025
1 parent 81ef102 commit 03515e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const renderToggle =
duotoneButtonRef.current?.focus();
},
className: 'block-editor-panel-duotone-settings__reset',
label: __( 'Remove' ),
label: __( 'Reset' ),
};

return (
Expand All @@ -152,7 +152,6 @@ const renderToggle =
</Button>
{ duotone && (
<Button
__next40pxDefaultSize
size="small"
icon={ resetIcon }
{ ...removeButtonProps }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

.block-editor-global-styles-filters-panel__dropdown {
border: 1px solid rgba(0, 0, 0, 0.1);
border: 1px solid $gray-300;
border-radius: $radius-small;
}

Expand Down

0 comments on commit 03515e8

Please sign in to comment.