stephenscaff / react-animated-cursor

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

apply opacity to inner #62

Open jamesryan-dev opened 6 months ago

jamesryan-dev commented 6 months ago

would be nice to override the opacity of the inner div

i have tried:

innerStyle={{
            backgroundColor: "#C6C6C6",
            border: "1px solid white",
            opacity: 0.666,
          }}

but this took no effect

stephenscaff commented 3 months ago

Sorry for delay. Yeah, we can add that. Looking into a few fixes with Next app directory, but can add this right after. Feel free to submit a PR if you'd like.