feat: continue moving older components to aria
This commit is contained in:
parent
ee42016a67
commit
87430ccf7b
17 changed files with 184 additions and 186 deletions
|
|
@ -46,7 +46,7 @@ export function Layout({ children }: { readonly children: React.ReactNode }) {
|
|||
<Meta/>
|
||||
<Links/>
|
||||
</head>
|
||||
<body className='overscroll-none dark:bg-zinc-900 dark:text-white'>
|
||||
<body className='overscroll-none dark:bg-ui-950 dark:text-ui-50'>
|
||||
{children}
|
||||
<Toaster/>
|
||||
<ScrollRestoration/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue