Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Closes#385 <feature-added-in-login-button-#385> #391

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{:else}
<a
data-test-id="login-btn-lg"
class="default-transition rounded-xl bg-skin-text px-4 py-2 text-skin-off-background hover:bg-primary-100 dark:bg-skin-text-highlight dark:text-skin-background dark:hover:bg-primary-100"
class="default-transition rounded-xl bg-orange-500 px-4 py-2 text-skin-off-background hover:shadow-primary-hover dark:bg-skin-text-highlight dark:text-skin-background dark:hover:bg-orange-400"
href="/login">Login</a
>
{/if}
Expand Down
Loading