feat: improved ux for filepath display

This commit is contained in:
Anoop M D
2025-03-14 23:11:33 +05:30
parent 9bde3c44f7
commit 1f8a10d1df
3 changed files with 45 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ const ModalHeader = ({ title, handleCancel, customHeader, hideClose }) => (
</div>
);
const ModalContent = ({ children }) => <div className="bruno-modal-content px-4 py-6">{children}</div>;
const ModalContent = ({ children }) => <div className="bruno-modal-content px-4 py-4">{children}</div>;
const ModalFooter = ({
confirmText,