From 876217d1af177102fed002ec2a3f47324cafd12e Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 20 Jan 2026 16:30:04 +0700 Subject: [PATCH] chore: adjust MainDrawer styling --- src/components/MainDrawer.tsx | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/src/components/MainDrawer.tsx b/src/components/MainDrawer.tsx index eaf1e2c1..056d67a4 100644 --- a/src/components/MainDrawer.tsx +++ b/src/components/MainDrawer.tsx @@ -26,29 +26,34 @@ const MainDrawerContent = () => { }; return ( -
-
- MBU Logo +
+
+
+ LTI Logo -

LTI ERP

+
+

LTI ERP

+

Lumbung Telur Indonesia

+
+
@@ -121,6 +126,10 @@ const MainDrawer = ({ setOpen={setMainDrawerOpen} openOnLarge sidebarContent={} + className={{ + drawerSide: 'border-r border-base-content/10', + drawerSidebarContent: 'min-w-[244px] lg:w-[244px]', + }} >