mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Feat: dark mode for independent pages (#17045)
This commit is contained in:
@ -6,6 +6,7 @@ import cn from '@/utils/classnames'
|
||||
export default async function SignInLayout({ children }: any) {
|
||||
return <>
|
||||
<div className={cn(
|
||||
'bg-background-body',
|
||||
style.background,
|
||||
'flex min-h-screen w-full',
|
||||
'sm:p-4 lg:p-8',
|
||||
@ -14,7 +15,7 @@ export default async function SignInLayout({ children }: any) {
|
||||
)}>
|
||||
<div className={
|
||||
cn(
|
||||
'flex w-full shrink-0 flex-col rounded-2xl bg-white shadow',
|
||||
'flex w-full shrink-0 flex-col rounded-2xl bg-background-section-burn shadow',
|
||||
'space-between',
|
||||
)
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user