Skip to content

Commit cd9e64e

Browse files
minor form fix
1 parent 09eaad2 commit cd9e64e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/CreateProjectForm.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ export default function CreateProjectForm({ organizationId, repositories, teams
233233
animate={{ opacity: 1, y: 0 }}
234234
transition={{ delay: 0.2 }}
235235
>
236-
<CardHeader className="flex flex-col">
237-
<CardTitle className="text-lg">Select a Team</CardTitle>
238-
<CardDescription className="text-sm text-muted-foreground">Choose the team for your project</CardDescription>
236+
<CardHeader className="flex flex-col space-y-0">
237+
<CardTitle className="text-lg mb-0">Select a Team</CardTitle>
238+
<CardDescription className="text-sm text-muted-foreground mt-0">Choose the team for your project</CardDescription>
239239
</CardHeader>
240240
<CardContent>
241241
{teams.length > 0 ? (

0 commit comments

Comments
 (0)