diff --git a/components/lib/confirmpopup/style/ConfirmPopupStyle.js b/components/lib/confirmpopup/style/ConfirmPopupStyle.js index 5b528d042..b5dfe1f1e 100644 --- a/components/lib/confirmpopup/style/ConfirmPopupStyle.js +++ b/components/lib/confirmpopup/style/ConfirmPopupStyle.js @@ -43,7 +43,7 @@ const theme = ({ dt }) => ` } .p-confirmpopup-flipped { - margin-top: 0; + margin-top: calc(${dt('confirmpopup.gutter')} * -1); margin-bottom: ${dt('confirmpopup.gutter')}; } diff --git a/components/lib/fileupload/FileUpload.d.ts b/components/lib/fileupload/FileUpload.d.ts index 7bfbea930..07cb698fc 100755 --- a/components/lib/fileupload/FileUpload.d.ts +++ b/components/lib/fileupload/FileUpload.d.ts @@ -639,7 +639,7 @@ declare class FileUpload extends ClassComponent
- + -