app/views/devise/sessions/new.html.erb in devise-tailwindcssed-0.1.3 vs app/views/devise/sessions/new.html.erb in devise-tailwindcssed-0.1.4
- old
+ new
@@ -31,10 +31,10 @@
<div class="mb-4">
<%= f.label :password, class: "block text-gray-700 text-sm font-bold mb-2" %>
<%= f.password_field :password,
autocomplete: "current-password",
- class: "shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight foucs:outline-none focus:shadow-outline"
+ class: "shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
%>
</div>
<% if devise_mapping.rememberable? %>
<div class="mb-4">