feat(frontend): Dark Mode

This commit is contained in:
Julian Tölle 2022-07-24 17:45:29 +02:00
parent 65b0d24903
commit 78c7afc152
16 changed files with 83 additions and 62 deletions

View file

@ -21,7 +21,7 @@ export function App() {
}
return (
<div className="flex flex-col h-screen justify-between">
<div className="flex flex-col min-h-screen justify-between dark:bg-gray-900">
<header>
<NavBar />
</header>