Skip to content

Commit

Permalink
fix(modal): update styles for button skeleton in modal footer (#17906)
Browse files Browse the repository at this point in the history
* fix(modal): update styles for button skeleton in modal footer

* chore: format

* chore: remove test story
  • Loading branch information
alisonjoseph authored Nov 5, 2024
1 parent 51fa96e commit dee8852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/styles/scss/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@
margin: 0;
block-size: convert.to-rem(64px);
max-inline-size: none;
}

.#{$prefix}--modal-footer .#{$prefix}--btn:not(.#{$prefix}--skeleton) {
padding-block: calc($spacing-05 - convert.to-rem(2px)) $spacing-07;
}

Expand Down

0 comments on commit dee8852

Please sign in to comment.