chore: change sidemenu items padding

This commit is contained in:
Mahyar Khanbolooki
2025-08-10 18:37:50 +03:30
parent 3b3e70e47a
commit bfcc3ddadb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default function SideMenuItem({ href, title, icon, className, children, .
{...restProps}
href={href}
className={`
inline-flex gap-3 ps-9 md:ps-6 xl:ps-9 h-full w-full items-center overflow-hidden text-nowrap
inline-flex gap-3 ps-6 xl:ps-9 h-full w-full items-center overflow-hidden text-nowrap
text-xs font-light text-disabled-text border-transparent
data-[active]:border-s-6 data-[active]:border-black data-[active]:text-black
${className}