Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jul 9, 2024
1 parent 6f4a491 commit 2e5c2ea
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions h/static/scripts/group-forms/components/CreateGroupForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ export default function CreateGroupForm() {

<form>
<div className="mb-[15px]">
<label htmlFor="name" className="text-[#7a7a7a] text-[13px] leading-[15px]">
<label
htmlFor="name"
className="text-[#7a7a7a] text-[13px] leading-[15px]"
>
Name<span className="text-[#d00032]">*</span>
</label>
<Input id="name" autofocus autocomplete="off" required />
<div className="flex">
<div className="grow"></div>
<span className="text-[#7a7a7a] text-[13px] leading-[15px]">0/25</span>
<span className="text-[#7a7a7a] text-[13px] leading-[15px]">
0/25
</span>
</div>
</div>

Expand All @@ -29,7 +34,9 @@ export default function CreateGroupForm() {
<Textarea id="description" />
<div className="flex">
<div className="grow"></div>
<span className="text-[#7a7a7a] text-[13px] leading-[15px]">0/250</span>
<span className="text-[#7a7a7a] text-[13px] leading-[15px]">
0/250
</span>
</div>
</div>

Expand Down

0 comments on commit 2e5c2ea

Please sign in to comment.