Skip to content

Commit

Permalink
Change select styles in Tailwind Form Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Nov 19, 2024
1 parent cb2166f commit 6eeca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/tailwinds/form/select_component.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- if @label
%label.block.text-gray-700.text-sm.font-bold.mb-2{ for: @for }
= @label
= @input.call(@attribute, @collection, { selected: @value }, @options.merge(class: 'bg-white border border-gray-300 text-gray-700 py-2 px-2 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent'))
= @input.call(@attribute, @collection, { selected: @value }, @options.merge(class: 'bg-white border border-gray-300 text-gray-700 py-2.5 px-2 rounded focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent'))

0 comments on commit 6eeca0e

Please sign in to comment.