Skip to content

Commit

Permalink
fix(modal): apply missing border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Dec 16, 2024
1 parent dc973f0 commit c2c176d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $padding: scss-utils.get-css-var(modal, spacing);
.card {
@include card.base;
@include card.skin-shadowed;
@include card.spacing-l;

position: relative; // Bring to front (z-index)
display: flex;
Expand Down

0 comments on commit c2c176d

Please sign in to comment.