Skip to content

Commit

Permalink
fix(core/modal): border-radius value (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalosard authored May 11, 2023
1 parent 1600731 commit 3f3d305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
var(--theme-modal--border-color);
padding: $large-space;
max-height: 100vh;
border-radius: var(--theme-default-border-radius);

.state-icon-container {
margin-inline-end: $default-space;
Expand Down

0 comments on commit 3f3d305

Please sign in to comment.