diff --git a/src/components/ui/Modal/Modal.module.css b/src/components/ui/Modal/Modal.module.css index fa3566f..cdb564a 100644 --- a/src/components/ui/Modal/Modal.module.css +++ b/src/components/ui/Modal/Modal.module.css @@ -15,7 +15,7 @@ .modal { padding: 20px 20px 20px 20px; - border-radius: 8px; + border-radius: 20px; min-width: 300px; max-width: 70%; max-height: none; diff --git a/src/components/ui/Modal/Modal.tsx b/src/components/ui/Modal/Modal.tsx index b1203ed..3c1ecea 100644 --- a/src/components/ui/Modal/Modal.tsx +++ b/src/components/ui/Modal/Modal.tsx @@ -59,7 +59,7 @@ const Modal = ({ open, onClose, children, title }: ModalProps) => { {title &&

{title}

} {children}
- +
, diff --git a/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.jsx b/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.jsx index 4a0f47b..81704a9 100644 --- a/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.jsx +++ b/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.jsx @@ -80,7 +80,7 @@ export default function CreateTaskBtn({ id }) {
-

Nombre maximum de participants

+

Nombre de participants max

- +