stephenscaff / react-animated-cursor

An animated custom cursor React component.
ISC License
309 stars 30 forks source link

when passing `color` cursor disappears #68

Open kaushiksahu18 opened 8 months ago

kaushiksahu18 commented 8 months ago

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>
  )
}
abdullahamin231 commented 8 months ago

Facing this issue as well, no props seem work.

sanoojes commented 6 months ago

use rgb color="255, 255, 255" hex is not supported