Skip to content

Commit

Permalink
Use white backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 24, 2019
1 parent f5b581a commit 409e48c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/inner-blocks/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
// Override default styles inherited from <IconButton /> to center
// icon horizontally.
justify-content: center;

&.is-default {
background-color: $white;
}
}

&.components-button {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/columns/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default [
) );

return [
attributes,
omit( attributes, [ 'columns' ] ),
migratedInnerBlocks,
];
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"clientId": "_clientId_0",
"name": "core/columns",
"isValid": true,
"attributes": {
"columns": 3
},
"attributes": {},
"innerBlocks": [
{
"clientId": "_clientId_0",
Expand Down

0 comments on commit 409e48c

Please sign in to comment.