feat: continue moving older components to aria

This commit is contained in:
Aarnav Tale
2024-05-05 23:38:41 -04:00
parent ee42016a67
commit 87430ccf7b
17 changed files with 184 additions and 186 deletions
+1 -1
View File
@@ -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/>