Set the default border style to "solid" #39123
Labels
Global Styles
Anything related to the broader Global Styles efforts, including Styles Engine and theme.json
Needs Design Feedback
Needs general design feedback.
What problem does this address?
When adding the border properties in theme.json, I might not include
"style": true
. I'll get all the other elements in the UI, but they are useless, because no default border style is defined and no border will be shown."settings": { "border": { "color": true, "radius": true, "width": true },...
Even if I set the style to be true, I think the border style should have a default fallback, because the UI isn't that inutivelty showing me that I also have to click on one style to activate it.
What is your proposed solution?
Either add a default border style in Gutenberg or give the option to define a default in the theme.json.
The text was updated successfully, but these errors were encountered: