change size icon in panel page
This commit is contained in:
@@ -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={`
|
||||
|
||||
Reference in New Issue
Block a user