Skip to content

Commit

Permalink
Use variable for border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jan 9, 2023
1 parent 8afe302 commit a134a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/block-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
cursor: ew-resize;
outline: none;
background: none;
border-radius: 2px;
border-radius: $radius-block-ui;
border: 0;

&.is-variation-default {
Expand Down Expand Up @@ -119,7 +119,7 @@
content: "";
width: $grid-unit-05;
background: $gray-600;
border-radius: 2px;
border-radius: $radius-block-ui;
}

&.is-left {
Expand Down

0 comments on commit a134a15

Please sign in to comment.