Skip to content

Commit

Permalink
fix: remove header border radius on FullscreenModal (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored May 22, 2024
1 parent d4fce25 commit 48b8635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Modal/_ModalDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
border-top: solid 1px $light;
padding-top: $modal-footer-padding-y;
}

.pgn__modal-header {
border-radius: 0;
}
}

// Made specific due to a selector in Modal.scss
Expand Down

0 comments on commit 48b8635

Please sign in to comment.