Skip to content

Commit

Permalink
fix: increase input height
Browse files Browse the repository at this point in the history
  • Loading branch information
livingflore committed Dec 21, 2024
1 parent 7327d7c commit b608237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function TemplateEditorInputLayout({
"flex-col gap-2 px-2",
{
"h-auto min-h-40": target === "channelTopic",
"h-[82px]": target === "channelName",
"h-[92px]": target === "channelName",
},
className,
)}
Expand Down

0 comments on commit b608237

Please sign in to comment.