stephenscaff / react-animated-cursor

An animated custom cursor React component.
ISC License
273 stars 28 forks source link

when passing `color` cursor disappears #68

Open kaushiksahu18 opened 1 month ago

kaushiksahu18 commented 1 month 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 1 month ago

Facing this issue as well, no props seem work.

sanoojes commented 4 days ago

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