Skip to content

Commit

Permalink
Fix css styles in block.jsons. (#51866)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Jun 24, 2023
1 parent 302a420 commit 600d1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/avatar/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"__experimentalDuotone": "img"
}
},
"editorStyle": "wp-block-avatar",
"editorStyle": "wp-block-avatar-editor",
"style": "wp-block-avatar"
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
}
}
},
"editorStyle": "query-pagination-numbers-editor"
"editorStyle": "wp-block-query-pagination-numbers-editor"
}

0 comments on commit 600d1b0

Please sign in to comment.