Switch to DaisyUI

Headless felt too cumbersome to move to DaisyUI which is closer to bootstrap. Also clean up some files.
This commit is contained in:
Nick Bland
2022-07-25 13:28:29 +10:00
parent a80d1e3fc4
commit 26a2e0d891
4 changed files with 788 additions and 2402 deletions
-2
View File
@@ -4,11 +4,9 @@ import {ThemeProvider} from 'next-themes'
function MyApp({ Component, pageProps }: AppProps) {
return (
<>
<ThemeProvider attribute="class" defaultTheme="dark">
<Component {...pageProps} />
</ThemeProvider>
</>
)
}