feat: add theme picker to login page layout
This commit is contained in:
parent
4d7efbb782
commit
c5110eb084
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export default async function LoginPage() {
|
|||
<div className='absolute top-4 right-4'>
|
||||
<ThemePicker />
|
||||
</div>
|
||||
<div className='flex flex-col items-center justify-center h-screen'>
|
||||
<div>
|
||||
<Card className='w-[350px] max-w-screen'>
|
||||
<CardHeader>
|
||||
<CardTitle className='text-lg text-center'>Login</CardTitle>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue