Skip to content

Commit

Permalink
Add missing spread to global styles output
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Oct 25, 2022
1 parent 16e6d90 commit ed4a033
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ function updateConfigWithSeparator( config ) {
'core/separator': {
...config.styles.blocks[ 'core/separator' ],
color: {
...config.styles.blocks[ 'core/separator' ].color,
text: config.styles?.blocks[ 'core/separator' ]
.color.background,
},
Expand Down

0 comments on commit ed4a033

Please sign in to comment.