Skip to content

Commit

Permalink
added min-w to create modal
Browse files Browse the repository at this point in the history
  • Loading branch information
podpison committed Sep 10, 2023
1 parent 4695c02 commit 9543803
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/src/pages/main/createCharacterModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ const CreateCharacterModal: React.FC<Props> = ({ query, onClose, refetch }) => {
};

return (
<ModalBase
className="bg-neutral-800"
query={query}
onClose={onClose}
>
<ModalBase className="bg-neutral-800" query={query} onClose={onClose}>
<FormBase
className="min-w-[350px]"
apiUrl="api/characters"
heading="Create a new character"
submitBtnSign="Add character"
Expand Down

0 comments on commit 9543803

Please sign in to comment.