Skip to content

Commit

Permalink
help text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maddalax committed Nov 26, 2024
1 parent 7371604 commit 59e9fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func Input(props InputProps) *h.Element {

// Add help text if provided
if props.HelpText != nil {
children = append(children, h.P(
children = append(children, h.Div(
h.Class("text-sm text-muted-foreground mt-1"),
props.HelpText,
))
Expand Down

0 comments on commit 59e9fb6

Please sign in to comment.