wip: new ui

This commit is contained in:
Ren Amamiya
2023-08-01 15:34:09 +07:00
parent e97d0281e2
commit 1ddcbf1654
21 changed files with 99 additions and 109 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export function AppLayout() {
<div className="shrink-0">
<Navigation />
</div>
<div className="h-full w-full flex-1 bg-black">
<div className="h-full w-full flex-1 bg-black/90">
<Outlet />
<ScrollRestoration />
</div>