ui consistent

This commit is contained in:
Ren Amamiya
2023-08-29 08:24:18 +07:00
parent c89e7e48ee
commit f4b2458417
6 changed files with 26 additions and 23 deletions

View File

@@ -1,8 +1,6 @@
import { NavLink, Outlet, ScrollRestoration } from 'react-router-dom';
import { twMerge } from 'tailwind-merge';
import { LumeBar } from '@shared/lumeBar';
export function SettingsLayout() {
return (
<div className="flex h-screen w-screen">
@@ -59,9 +57,6 @@ export function SettingsLayout() {
</div>
</div>
</div>
<div className="absolute bottom-3 left-0 w-full px-10">
<LumeBar />
</div>
</div>
<div className="h-full w-full flex-1 bg-black/90 backdrop-blur-xl">
<Outlet />