Skip to content

Commit

Permalink
Add border and border radius to focal point picker image container
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jul 9, 2024
1 parent 8cab18a commit 2f129be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@
.components-focal-point-picker-wrapper {
background-color: $gray-100;
width: 100%;
border-radius: $radius-block-ui;
border: $border-width solid $gray-300;
}
.components-focal-point-picker__media--image {
max-height: 180px;
Expand Down

0 comments on commit 2f129be

Please sign in to comment.