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 Aug 1, 2024
1 parent d4a7b73 commit 2327829
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 @@ -80,6 +80,10 @@
.pgn__modal-header {
border-radius: 0;
}

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

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

0 comments on commit 2327829

Please sign in to comment.