Skip to content

Commit

Permalink
Change the classname
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 27, 2024
1 parent 4c0b869 commit e833472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function PrivateBlockToolbar( {
// Shifts the toolbar to make room for the parent block selector.
const classes = clsx( 'block-editor-block-contextual-toolbar', {
'has-parent': showParentSelector,
'is-dark-toolbar': ! isDefaultEditingMode && ! hasFixedToolbar,
'is-inverted-toolbar': ! isDefaultEditingMode && ! hasFixedToolbar,
} );

const innerClasses = clsx( 'block-editor-block-toolbar', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
border-right-color: $gray-900;
}

.is-dark-toolbar {
.is-inverted-toolbar {
background-color: $gray-900;
color: $gray-100;

Expand Down

0 comments on commit e833472

Please sign in to comment.