vue3-circle-progress icon indicating copy to clipboard operation
vue3-circle-progress copied to clipboard

Custom shadow color

Open old21 opened this issue 2 years ago • 0 comments

I want to use custom progress shadow color

:is-shadow="true" :shadow="{ inset: false, vertical: 2, horizontal: 2, blur: 4, opacity: .4, color: '#41AF6D' }" But it render black shadow

old21 avatar Jun 20 '23 12:06 old21