### Description If you set border settings for the button element, the Fill/Outline functionality works not consistently. ### Step-by-step reproduction instructions 1. Activate `emptytheme` to discard theme interferences 2. Add this snippet to `theme.json` ``` { "styles": { "elements": { "button": { "border": { "color": "red", "style": "solid", "width": "10px" }, "color": { "background": "orange", "text": "blue" } } } } } ``` 3. Add a button element 4. Try to set outline style and change the button colors as in the video ### Screenshots, screen recording, code snippet https://user-images.githubusercontent.com/1310626/176916956-11f2fdf0-7baa-4f40-837d-710fec12be72.mp4 ### Environment info - Wordpress 6.0 - Gutenberg 13.5.1WordPress ### 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
If you set border settings for the button element, the Fill/Outline functionality works not consistently.
Step-by-step reproduction instructions
emptythemeto discard theme interferencestheme.jsonScreenshots, screen recording, code snippet
button3.mp4
Environment info
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