Skip to content

Commit 2a3a54b

Browse files
committed
gave colors to the launcher auth pages
1 parent 69bbe78 commit 2a3a54b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/auth/launcher/failed/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<main class="flex h-screen flex-col">
22
<div class="mx-auto my-44 text-center">
3-
<h1 class="my-12 h1">Authentication Failed</h1>
3+
<h1 class="my-12 h1 text-error-500">Authentication Failed</h1>
44

55
<p class="text-xl">Something went wrong!</p>
66
</div>

src/routes/auth/launcher/successful/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<main class="flex h-screen flex-col">
22
<div class="mx-auto my-44 text-center">
3-
<h1 class="my-12 h1">Authentication Complete</h1>
3+
<h1 class="my-12 h1 text-success-500">Authentication Complete</h1>
44

55
<p class="text-xl">You may now close this window and return to the launcher!</p>
66
</div>

0 commit comments

Comments
 (0)