Skip to content

Commit

Permalink
fix: create user account message in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jan 10, 2023
1 parent 3aca1d4 commit 26c0769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/admin/auth/user/add_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load i18n %}

{% block form_top %}
<p class="bg-blue-100 mb-8 text-blue-600 px-3 py-3 rounded-md text-sm">
<p class="bg-blue-50 border-blue-200 mb-8 p-3 rounded-md text-blue-500 text-sm dark:bg-blue-500/20 dark:border-blue-500/10">
{% if not is_popup %}
{% translate 'First, enter a username and password. Then, you’ll be able to edit more user options.' %}
{% else %}
Expand Down

0 comments on commit 26c0769

Please sign in to comment.