progress icon indicating copy to clipboard operation
progress copied to clipboard

didn't accept dynamic color value.

Open Azharul-Raj opened this issue 2 years ago • 0 comments

   <Line percent={progress} strokeWidth={4} strokeColor={`
             ${color}
              `}/>

If you try to render multiple cards with the line progress bar it didn't accept it. The color didn't appear in the frontend

Azharul-Raj avatar Aug 13 '23 17:08 Azharul-Raj