Open itsamoreh opened 1 year ago
On a fresh install, the default button and outline button have different padding.
Looks like this is happening because there are different numbers defined in theme.json for
"elements" : { "buttons": { "spacing": { ... } } }
and
"core/button": { "spacing": { ... } }
To reproduce:
main
On a fresh install, the default button and outline button have different padding.
Looks like this is happening because there are different numbers defined in theme.json for
and
To reproduce:
main
branch