fix forgot password link on dark theme

This commit is contained in:
Inhji 2023-04-10 17:25:47 +02:00
parent f2116510b0
commit aa12a24c9c

View file

@ -21,7 +21,7 @@ defmodule ChiyaWeb.UserLoginLive do
<:actions> <:actions>
<.input field={@form[:remember_me]} type="checkbox" label="Keep me logged in" /> <.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? Forgot your password?
</.link> </.link>
</:actions> </:actions>