Feat: dark mode for independent pages (#17045)

This commit is contained in:
KVOJJJin
2025-03-31 10:28:19 +08:00
committed by GitHub
parent 46d235bca0
commit e008faf729
16 changed files with 66 additions and 110 deletions

View File

@ -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',
)
}>