Css – How can I change icon inside button on hover using chakra-ui and vanilla-extract?
I am using nextjs13, chakra-ui, and vanilla-extract Does anyone know how to change icon and text inside button on hover, using chakra-ui and vanilla-extract? I have a button like this: <Button > <svg width="16" height="18"> <use xlinkHref={path/to/iconA}></use> </svg> {!isFollowing ?…