diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index e90d1b7..12e3a27 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -12,18 +12,21 @@ import { AuthContext } from '../../contexts/AuthContext'; import { api } from '../../services/api'; import RenderIf from '../../utils/renderIf'; -import { SidebarView } from './SidebarView' +import { ModalContainer, SidebarView } from './SidebarView' const style = { position: 'absolute' as const, top: '50%', left: '50%', transform: 'translate(-50%, -50%)', - width: 400, + height: 500, + width: 680, bgcolor: 'background.paper', border: '2px solid #000', boxShadow: 24, p: 4, + + borderRadius: 1 }; export default function Sidebar() { @@ -126,13 +129,18 @@ export default function Sidebar() { aria-labelledby="modal-modal-title" aria-describedby="modal-modal-description" > - - - Deseja realmente sair ? - - - - + + + + + Deseja realmente sair ? + +
+ + +
+
+