Skip to content

Commit

Permalink
Merge pull request #1766 from LDraco-Sharif/popup-square-off
Browse files Browse the repository at this point in the history
Fixed the issue of popup not having square borders
  • Loading branch information
anth-volk authored May 16, 2024
2 parents a5e0d88 + dad1df2 commit b08463d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/modals/PoliciesModelledPopup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ export default function PoliciesModelledPopup(props) {
/>
</>
),
style: {
borderRadius: 0,
styles: {
content: {
borderRadius: 0,
},
},
okButtonProps: {
style: {
Expand Down

0 comments on commit b08463d

Please sign in to comment.