rectange
This commit is contained in:
@@ -31,7 +31,7 @@ const RectangleInstruction: FC = () => {
|
||||
onClick={() => setActiveShape(shape.id)}
|
||||
className={clx(
|
||||
"size-[60px] flex flex-col gap-1 justify-center items-center rounded-xl text-[13px] transition-colors",
|
||||
isActive ? "border-black text-black" : "border-transparent hover:border-black/20",
|
||||
isActive ? "" : "border-transparent",
|
||||
)}
|
||||
aria-pressed={isActive}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user