Skip to content

Commit

Permalink
fix(modal): override base paragraph styles in modal content (#8046)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] committed Mar 9, 2021
1 parent 1f0ee97 commit 7936d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@
}
}

.#{$prefix}--modal-content > p {
@include type-style('body-long-01');
}

// Required so overflow-indicator disappears at end of content
.#{$prefix}--modal-scroll-content > *:last-child {
padding-bottom: $spacing-07;
Expand Down

0 comments on commit 7936d1f

Please sign in to comment.