Skip to content

Commit

Permalink
Inserter - Update Add block button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Jul 10, 2023
1 parent c641dc1 commit 6ed81c7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/block-editor/src/components/inserter/style.native.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
.inserter-menu__add-block-button {
border-radius: 2px;
background-color: $black;
margin: 8px 8px 8px 10px;
padding: 2px 1px;
margin: 9px $grid-unit-20 10px $grid-unit-20;
padding: 0;
}

.inserter-menu__add-block-button--dark {
background-color: $white;
}

.inserter-menu__add-block-button--expanded {
border-radius: 2px;
margin: 10px;
padding: 2px 8px 2px 2px;
}

.inserter-menu__add-block-button-icon {
color: $white;
}
Expand Down

0 comments on commit 6ed81c7

Please sign in to comment.