shadow and don't availablity

This commit is contained in:
hamid zarghami
2026-06-23 09:07:01 +03:30
parent 8ff2d4adf3
commit c282edd0c6
5 changed files with 12 additions and 9 deletions
@@ -9,10 +9,10 @@ type Props = {
function CategoryItemRenderer({ children, ...rest }: Props) {
return (
<div className={glassSurface(rest.className, 'cursor-pointer transition-all duration-200 ease-out overflow-hidden rounded-xl')}>
<div className={glassSurface(rest.className, 'cursor-pointer transition-all duration-200 ease-out rounded-xl')}>
<div
{...rest}
className="rounded-normal w-[108px] 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 overflow-hidden"
>
{children}
</div>