Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
6f4a8635
Commit
6f4a8635
authored
Mar 01, 2024
by
Timothy J. Baek
Browse files
feat: dark mode auth page
parent
a7ae1413
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+4
-4
No files found.
src/routes/auth/+page.svelte
View file @
6f4a8635
...
...
@@ -72,7 +72,7 @@
</div>
</div>
<div class=" bg-white min-h-screen w-full flex justify-center font-mona">
<div class=" bg-white
dark:bg-gray-900
min-h-screen w-full flex justify-center font-mona">
<!-- <div class="hidden lg:flex lg:flex-1 px-10 md:px-16 w-full bg-yellow-50 justify-center">
<div class=" my-auto pb-16 text-left">
<div>
...
...
@@ -87,15 +87,15 @@
</div>
</div> -->
<div class="w-full max-w-lg px-
10 md:px-16 bg-white
min-h-screen flex flex-col">
<div class="w-full
sm:
max-w-lg px-
4
min-h-screen flex flex-col">
<div class=" my-auto pb-10 w-full">
<form
class=" flex flex-col justify-center"
class=" flex flex-col justify-center
bg-white py-6 sm:py-16 px-6 sm:px-16 rounded-2xl
"
on:submit|preventDefault={() => {
submitHandler();
}}
>
<div class=" text-xl m
d
:text-2xl font-bold">
<div class=" text-xl
s
m:text-2xl font-bold">
{mode === 'signin' ? 'Sign in' : 'Sign up'} to {$WEBUI_NAME}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment