Skip to content

Commit

Permalink
Update packages/block-editor/src/components/global-styles/get-global-…
Browse files Browse the repository at this point in the history
…styles-changes.js

Co-authored-by: Andrew Serong <14988353+andrewserong@users.noreply.github.com>
  • Loading branch information
ramonjd and andrewserong authored Mar 27, 2024
1 parent b821de7 commit 0f12eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function getGlobalStylesChangelist( next, previous ) {
const changedValueTree = deepCompare(
{
styles: {
background: next?.styles?.spacing,
background: next?.styles?.background,
color: next?.styles?.color,
typography: next?.styles?.typography,
spacing: next?.styles?.spacing,
Expand Down

0 comments on commit 0f12eb3

Please sign in to comment.