Skip to content

Commit

Permalink
Remove border style from default controls
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Sep 16, 2021
1 parent 140e9cb commit 506d3aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/block-library/src/group/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
},
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/pullquote/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
}
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/table/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
"width": true,
"__experimentalDefaultControls": {
"color": true,
"style": true,
"width": true
}
},
Expand Down

0 comments on commit 506d3aa

Please sign in to comment.