Skip to content

Commit

Permalink
Fix cover preview (#44321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Sep 21, 2022
1 parent b686a33 commit 9b00ba8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/block-library/src/cover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,16 @@ export const settings = {
{
name: 'core/paragraph',
attributes: {
customFontSize: 48,
content: __( '<strong>Snow Patrol</strong>' ),
align: 'center',
style: {
typography: {
fontSize: 48,
},
color: {
text: 'white',
},
},
},
},
],
Expand Down

0 comments on commit 9b00ba8

Please sign in to comment.