update: enhance global card styling and sidebar menu appearance

This commit is contained in:
2025-10-08 14:38:00 +07:00
parent dcedf9fe19
commit 9806593319
6 changed files with 81 additions and 30 deletions

View File

@@ -180,12 +180,18 @@ const LayoutMenu = () => {
return (
<Menu
theme="dark"
mode="inline"
items={items}
defaultSelectedKeys={['home']}
openKeys={stateOpenKeys}
onOpenChange={onOpenChange}
style={{
background: 'transparent',
color: 'white',
border: 'none',
}}
theme="dark"
className="custom-orange-menu"
/>
);
};