upd: tampilan

Deskripsi:
- update maxsidth drawer
- update maxwidth welcome page
- membuat drawer baru

No Issues
This commit is contained in:
amel
2024-07-08 14:24:44 +08:00
parent 0922eef8cb
commit 17699e7b08
6 changed files with 58 additions and 25 deletions

View File

@@ -8,7 +8,8 @@ export const LayoutNavbarHome = ({ children }: { children: React.ReactNode }) =>
style={{
borderBottomLeftRadius: 20,
borderBottomRightRadius: 20,
zIndex: 100
zIndex: 100,
boxShadow: "0px 4px 4px rgba(0, 0, 0, 0.25)"
}}
>
{children}