icons icon indicating copy to clipboard operation
icons copied to clipboard

stroke width not calculated when passed as a prop to CheckIcon

Open mikeyamato opened this issue 1 year ago • 4 comments

I'm following the checkbox example in the documentation and added strokeWeight prop to <CheckIcon />. However, no matter what the value the weight doesn't change. I'm looking at the code and passing in the prop should work. I haven't tested this with other icons but I'm going to guess I'll see similar results. Meaning, no change.

<CheckIcon color={colors.white} strokeWidth={4} />
Screenshot 2023-05-15 at 4 41 18 PM

mikeyamato avatar May 15 '23 23:05 mikeyamato