change size icon in panel page

This commit is contained in:
Ehsan
2024-09-27 12:37:03 +03:30
parent d1c8e0e00b
commit 35edd873fc
7 changed files with 13 additions and 9 deletions
+5 -5
View File
@@ -37,12 +37,12 @@ function Links({ open }) {
fullWidth
variant="text"
className={`
!p-[8px] !flex !items-center !justify-start !gap-[8px] !text-[16px] !rounded-[8px] !transition-all !duration-500
${item.src === pathname ? "!bg-[#5559CE]" : ""}
`}
!p-[8px] !flex !items-center !justify-start !gap-[8px] !text-[16px] !rounded-[8px] !transition-all !duration-500
${item.src === pathname ? "!bg-[#5559CE]" : ""}
`}
>
<div className="p-[4px] bg-[#E5E9FF] rounded-[4px] w-fit">
{item.icon}
<div className="p-[3px] bg-[#E5E9FF] rounded-[4px] w-fit">
<div className="w-[20px] h-[20px]">{item.icon}</div>
</div>
<p
className={`