Skip to content

Commit

Permalink
fix: change password dark mode link color
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed May 21, 2023
1 parent ff30ccb commit a356aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(
self.fields["password"].help_text = _(
"Raw passwords are not stored, so there is no way to see this "
"user’s password, but you can change the password using "
'<a href="{}" class="text-primary-600 underline whitespace-nowrap">this form</a>.'
'<a href="{}" class="text-primary-600 underline whitespace-nowrap dark:text-primary-500">this form</a>.'
)

password = self.fields.get("password")
Expand Down

0 comments on commit a356aee

Please sign in to comment.