Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when passing color cursor disappears #68

Open
kaushiksahu18 opened this issue Mar 17, 2024 · 2 comments
Open

when passing color cursor disappears #68

kaushiksahu18 opened this issue Mar 17, 2024 · 2 comments

Comments

@kaushiksahu18
Copy link

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
Copy link

Facing this issue as well, no props seem work.

@sanoojes
Copy link

sanoojes commented May 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants