Skip to content

Commit

Permalink
Core Code Block now has default border width and color support
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Dec 9, 2021
1 parent 74839af commit 52ca915
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/code/block.json
Expand Up @@ -35,7 +35,11 @@
"radius": true,
"color": true,
"width": true,
"style": true
"style": true,
"__experimentalDefaultControls": {
"width": true,
"color": true
}
},
"color": {
"text": true,
Expand Down

0 comments on commit 52ca915

Please sign in to comment.