diff --git a/src/components/atoms/GenericModal.tsx b/src/components/atoms/GenericModal.tsx index 96c2782f..a8d3c3e8 100644 --- a/src/components/atoms/GenericModal.tsx +++ b/src/components/atoms/GenericModal.tsx @@ -15,7 +15,7 @@ export const GenericModal: FC = ( return ( { }} > - + {canBeClosed ? @@ -42,4 +42,5 @@ const defaultModalStyle = { overflow: 'scroll', padding: '5px 25px 10px 25px', zIndex: 3147483647, + borderRadius: 4, // Added borderRadius for rounded corners }; \ No newline at end of file