Skip to content

Commit

Permalink
fix: password form field classes
Browse files Browse the repository at this point in the history
Fixes #304
  • Loading branch information
flavorjones committed Jan 7, 2024
1 parent 08e5442 commit bfe600b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="my-5">
<% if attribute.password_digest? -%>
<%%= form.label :password %>
<%%= form.password_field :password %>
<%%= form.password_field :password, class: "block shadow rounded-md border border-gray-200 outline-none px-3 py-2 mt-2 w-full" %>
</div>

<div class="my-5">
Expand Down

0 comments on commit bfe600b

Please sign in to comment.