sidebar adjustments
This commit is contained in:
parent
181dc2bc28
commit
28e446a008
@ -74,11 +74,11 @@ const AsideMenuItem = ({ item, isDropdownList = false }: Props) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const componentClass = [
|
const componentClass = [
|
||||||
'flex cursor-pointer py-1.5 ',
|
'flex cursor-pointer py-1 ',
|
||||||
isDropdownList ? 'px-6 text-sm' : '',
|
isDropdownList ? 'px-6 text-sm' : '',
|
||||||
item.color
|
item.color
|
||||||
? getButtonColor(item.color, false, true)
|
? getButtonColor(item.color, false, true)
|
||||||
: `${asideMenuItemStyle}`,
|
: `${asideMenuItemStyle} text-white`,
|
||||||
isLinkActive
|
isLinkActive
|
||||||
? `text-black ${activeLinkColor} dark:text-white dark:bg-dark-800`
|
? `text-black ${activeLinkColor} dark:text-white dark:bg-dark-800`
|
||||||
: '',
|
: '',
|
||||||
|
|||||||
@ -37,7 +37,7 @@ export default function AsideMenuLayer({
|
|||||||
className={`${className} zzz lg:py-2 lg:pl-2 w-60 fixed flex z-40 top-0 h-screen transition-position overflow-hidden`}
|
className={`${className} zzz lg:py-2 lg:pl-2 w-60 fixed flex z-40 top-0 h-screen transition-position overflow-hidden`}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={`flex-1 flex flex-col overflow-hidden dark:bg-dark-900 ${asideStyle}`}
|
className={`flex-1 flex flex-col overflow-hidden bg-[#333] ${asideStyle}`}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={`flex flex-row h-14 items-center justify-between ${asideBrandStyle}`}
|
className={`flex flex-row h-14 items-center justify-between ${asideBrandStyle}`}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user