Skip to content

Commit

Permalink
Regenerate block fixtures (#68982)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Jan 31, 2025
1 parent d9fa3ac commit 2dd6aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/integration/fixtures/blocks/core__separator-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"isValid": true,
"attributes": {
"opacity": "alpha-channel",
"backgroundColor": "accent",
"tagName": "hr"
"tagName": "hr",
"backgroundColor": "accent"
},
"innerBlocks": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"isValid": true,
"attributes": {
"opacity": "alpha-channel",
"tagName": "hr",
"style": {
"color": {
"background": "#5da54c"
}
},
"tagName": "hr"
}
},
"innerBlocks": []
}
Expand Down

0 comments on commit 2dd6aa1

Please sign in to comment.