category box

This commit is contained in:
hamid zarghami
2026-06-20 16:02:48 +03:30
parent 461112c8ab
commit e350e22399
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ function CategoryItemRenderer({ children, ...rest }: Props) {
<div className={`${rest.className} cursor-pointer transition-all duration-200 ease-out gradient-border overflow-hidden rounded-xl backdrop-blur-md bg-container/40`}>
<div
{...rest}
className="rounded-normal w-[88px] h-[88px] flex flex-col justify-center items-center gap-2"
className="rounded-normal w-[108px] h-[88px] flex flex-col justify-center items-center gap-2"
>
{children}
</div>