mirror of
https://github.com/apricote/Listory.git
synced 2026-02-06 17:57:03 +00:00
feat(frontend): Dark Mode
This commit is contained in:
parent
65b0d24903
commit
78c7afc152
16 changed files with 83 additions and 62 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue