Skip to content

Commit

Permalink
Merge pull request #2263 from epam/bugfix/Modals-border-radius#2251
Browse files Browse the repository at this point in the history
[Modals]: fixed border-radius
  • Loading branch information
AlekseyManetov authored May 20, 2024
2 parents c2f5382 + 906227e commit 20fdf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uui/components/overlays/Modals.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--uui-modals-shadow: var(--uui-shadow-level-3);
--uui-modals-bg: var(--uui-surface-main);

--uui-modals-border-radius: var(--uui-border-radius);
--uui-modals-border-radius: calc(var(--uui-border-radius) * 2);
}

.modal-blocker {
Expand Down

0 comments on commit 20fdf1b

Please sign in to comment.