Description
Adding support for root padding in theme.json causes no color rendering in the Site Editor.
Step-by-step reproduction instructions
Depending on the setting in useRootPaddingAwareAlignments in theme.json, follow the video demonstration below.
Screenshots, screen recording, code snippet
Before:
"settings": {
"useRootPaddingAwareAlignments": false
}

After:
"settings": {
"useRootPaddingAwareAlignments": true
}

Environment info
WordPress version: 6.0.1 and 6.1-alpha-53810
Gutenberg version: 13.9.20220731
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Description
Adding support for root padding in theme.json causes no color rendering in the Site Editor.
Step-by-step reproduction instructions
Depending on the setting in
useRootPaddingAwareAlignmentsin theme.json, follow the video demonstration below.Screenshots, screen recording, code snippet
Before:
After:
Environment info
WordPress version: 6.0.1 and 6.1-alpha-53810
Gutenberg version: 13.9.20220731
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes