We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bbe78 commit 2a3a54bCopy full SHA for 2a3a54b
2 files changed
src/routes/auth/launcher/failed/+page.svelte
@@ -1,6 +1,6 @@
1
<main class="flex h-screen flex-col">
2
<div class="mx-auto my-44 text-center">
3
- <h1 class="my-12 h1">Authentication Failed</h1>
+ <h1 class="my-12 h1 text-error-500">Authentication Failed</h1>
4
5
<p class="text-xl">Something went wrong!</p>
6
</div>
src/routes/auth/launcher/successful/+page.svelte
- <h1 class="my-12 h1">Authentication Complete</h1>
+ <h1 class="my-12 h1 text-success-500">Authentication Complete</h1>
<p class="text-xl">You may now close this window and return to the launcher!</p>
0 commit comments