stephenscaff / react-animated-cursor

An animated custom cursor React component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apply opacity to inner

jamesryan-dev opened this issue · comments

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

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.