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 and PKulkoRaccoonGang committed Jul 22, 2024
1 parent 2d71ab5 commit 7227fc5
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 var(--pgn-color-light-base);
padding-top: var(--pgn-spacing-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 7227fc5

Please sign in to comment.