From d3c3580efd6dda3ba8a190d894b1a5d101fa4d4f Mon Sep 17 00:00:00 2001 From: timmi Date: Wed, 2 Apr 2025 13:01:23 -0700 Subject: [PATCH] Spacing the button, inputs, and text on create team form. --- frontend/react-app/src/components/CreateTeamForm.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/react-app/src/components/CreateTeamForm.jsx b/frontend/react-app/src/components/CreateTeamForm.jsx index fcc8c05..365ac63 100644 --- a/frontend/react-app/src/components/CreateTeamForm.jsx +++ b/frontend/react-app/src/components/CreateTeamForm.jsx @@ -37,8 +37,8 @@ export default function CreateTeamForm({users}){ return(
- - + + )} /> - + ) } \ No newline at end of file