Skip to content

Commit

Permalink
correct darkmode error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Aug 27, 2024
1 parent 0d28e84 commit 8f729b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/UserLogin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@

<div class="container m-1 mx-auto w-full max-w-md space-y-6">
<AbstractRegistrationForm heading={'Einloggen'} {buttons} props={data} />

Not registered?
<span class="text-gray-700 dark:text-gray-400">Not registered?</span>
<a
href="/userLand/userRegistration"
class="text-primary-700 hover:underline dark:text-primary-500"
Expand Down

0 comments on commit 8f729b6

Please sign in to comment.