Skip to content

Commit

Permalink
style: input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscolin committed Dec 17, 2024
1 parent 15e45f4 commit 8566e04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gno.land/pkg/gnoweb/components/help.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@
{{- if eq $data.SelectedFunc $funcName }}
value="{{ getSelectedArgValue $data . }}"
{{- end }}
placeholder="parameter"
id="func-{{ $funcName }}-param-{{ .Name }}"
data-role="help-param-input"
data-param="{{ .Name }}"
class="flex h-full bottom-1 w-full border-l p-2 focus:border-gray-300 group-hover:border-gray-300 outline-none font-mono"
class="flex h-full bottom-1 w-full border-l p-2 focus:border-gray-300 group-hover:border-gray-300 text-gray-600 outline-none font-mono"
/>
</div>
</div>
Expand Down

0 comments on commit 8566e04

Please sign in to comment.