Skip to content

Commit

Permalink
Change class name to match existing
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Davies committed Dec 12, 2021
1 parent fd180bf commit a388d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/palette-edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default function PaletteEdit( {
setIsEditing( true );
onClose();
} }
className="edit-palette-menu-button"
className="components-palette-edit__menu-button"
>
{ __( 'Edit custom colors' ) }
</Button>
Expand All @@ -328,7 +328,7 @@ export default function PaletteEdit( {
onChange();
onClose();
} }
className="edit-palette-menu-button"
className="components-palette-edit__menu-button"
>
{ isGradient
? __(
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/palette-edit/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}
.components-dropdown-menu__menu {
.components-button.edit-palette-menu-button {
.components-palette-edit__menu-button {
width: 100%;
}
}

0 comments on commit a388d9e

Please sign in to comment.