devel #57

Merged
inhji merged 6 commits from devel into main 2023-04-10 19:19:07 +02:00
Showing only changes of commit aa12a24c9c - Show all commits

View file

@ -21,7 +21,7 @@ defmodule ChiyaWeb.UserLoginLive do
<:actions>
<.input field={@form[:remember_me]} type="checkbox" label="Keep me logged in" />
<.link href={~p"/user/reset_password"} class="text-sm font-semibold">
<.link href={~p"/user/reset_password"} class="text-sm font-semibold dark:text-gray-100">
Forgot your password?
</.link>
</:actions>