Skip to content

Commit

Permalink
Update spacing in team information step
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad committed Mar 19, 2024
1 parent 775910a commit 894d523
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function TeamInformation() {
)}
/>

<div className="space-y-2">
<div>
<FormLabel>Members</FormLabel>
{memberFields.length > 0 && (
<ul className="flex flex-col gap-4 rounded-3xl border p-4">
Expand All @@ -101,7 +101,7 @@ export function TeamInformation() {
<Button
type="button"
variant="outline"
className="w-full"
className="mt-2 w-full"
onClick={() =>
appendMember({ imageId: "", name: "", position: "" })
}
Expand Down

0 comments on commit 894d523

Please sign in to comment.