File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/platform/app/login Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ export default function LoginPage() {
46
46
}
47
47
48
48
return (
49
- < div className = "min-h-screen flex items-center justify-center bg-gray-50 " >
50
- < Card className = "w-full max-w-md" >
49
+ < div className = "min-h-screen flex items-center justify-center bg-theme-bg " >
50
+ < Card className = "w-full max-w-md dark:bg-gray-700 " >
51
51
< div className = "text-center mb-8" >
52
52
< div className = "flex justify-center mb-4" >
53
53
< Image
@@ -57,8 +57,8 @@ export default function LoginPage() {
57
57
alt = "Dify Chat Platform"
58
58
/>
59
59
</ div >
60
- < h1 className = "text-2xl font-bold text-gray-900 " > Dify Chat Platform</ h1 >
61
- < p className = "text-gray-600 mt-2" > 请登录您的账户</ p >
60
+ < h1 className = "text-2xl font-bold" > Dify Chat Platform</ h1 >
61
+ < p className = "mt-2" > 请登录您的账户</ p >
62
62
</ div >
63
63
64
64
< Form
You can’t perform that action at this time.
0 commit comments