diff --git a/frontend/src/components/account/showEnableTotpModal.tsx b/frontend/src/components/account/showEnableTotpModal.tsx index 1de8361..fb025db 100644 --- a/frontend/src/components/account/showEnableTotpModal.tsx +++ b/frontend/src/components/account/showEnableTotpModal.tsx @@ -1,8 +1,7 @@ import { Button, Center, - Col, - Grid, + Group, Image, Stack, Text, @@ -114,21 +113,23 @@ const CreateEnableTotpModal = ({ .catch(toast.axiosError); })} > - - - - - - - - + + + + + diff --git a/frontend/src/components/upload/modals/showCreateUploadModal.tsx b/frontend/src/components/upload/modals/showCreateUploadModal.tsx index 7ecb3e2..da72669 100644 --- a/frontend/src/components/upload/modals/showCreateUploadModal.tsx +++ b/frontend/src/components/upload/modals/showCreateUploadModal.tsx @@ -5,6 +5,7 @@ import { Checkbox, Col, Grid, + Group, MultiSelect, NumberInput, PasswordInput, @@ -135,31 +136,29 @@ const CreateUploadModalBody = ({ })} > - - - - - - - - + + + + + + +