react-animated-cursor
react-animated-cursor copied to clipboard
when passing `color` cursor disappears
There no error i found
// only component i have
import AnimatedCursor from "react-animated-cursor"
export default function App() {
return (
<div className="w-[100vw] h-[100vh] bg-red-500">
<AnimatedCursor
color='#fff'
/>
</div>
)
}
Facing this issue as well, no props seem work.
use rgb color="255, 255, 255" hex is not supported