Skip to content

Commit

Permalink
Increase modal radius (#49870)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Apr 18, 2023
1 parent bc39f39 commit 3ade7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Enhancements

- `TreeGrid`: Modify keyboard navigation code to use a data-expanded attribute if aria-expanded is to be controlled outside of the TreeGrid component ([#48461](https://github.com/WordPress/gutenberg/pull/48461)).
- `Modal`: Increased border radius ([#49870](https://github.com/WordPress/gutenberg/pull/49870)).

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
width: 100%;
background: $white;
box-shadow: $shadow-modal;
border-radius: $radius-block-ui;
border-radius: $grid-unit-10;
overflow: hidden;
// Have the content element fill the vertical space yet not overflow.
display: flex;
Expand Down

1 comment on commit 3ade7de

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 3ade7de.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4732177062
📝 Reported issues:

Please sign in to comment.