react-animated-cursor icon indicating copy to clipboard operation
react-animated-cursor copied to clipboard

apply opacity to inner

Open jamesryan-dev opened this issue 2 years ago • 1 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

jamesryan-dev avatar Oct 27 '23 14:10 jamesryan-dev

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.

stephenscaff avatar Jan 15 '24 17:01 stephenscaff