Skip to content

Commit

Permalink
Fix the line-height of the Preact create-group form
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jul 25, 2024
1 parent bbe2ec8 commit 9bfcbdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function TextField({

export default function CreateGroupForm() {
return (
<div className="text-grey-6 text-sm/tight">
<div className="text-grey-6 text-sm/relaxed">
<h1 className="mt-14 mb-8 text-grey-7 text-xl/none">
Create a new private group
</h1>
Expand Down

0 comments on commit 9bfcbdc

Please sign in to comment.