Skip to content

Commit

Permalink
Make grey border match
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 26, 2023
1 parent b6567a4 commit 27b41cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/_tailwind/contact_messages/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
<%# TODO: Extract style of select into form builder %>
<%# TODO: Make sure that we can't choose "Please select" %>
<%# TODO: Get rid of the blue hover state in the select %>
<%# TODO: The grey border here does not match the design but matches other form elements %>
<%= f.select :reason, [["Please select", ""]] + ContactMessage::REASONS_LONG, {},
class: "block text-navy text-2xl active:bg-light-grey" %>
class: "block text-navy text-2xl border-light-grey2" %>
<%= f.error :reason, class: "mt-2" %>
</div>
<div class="mt-8">
Expand Down

0 comments on commit 27b41cd

Please sign in to comment.