Changing the thickness of CircularProgress widget #638
Replies: 2 comments
-
You can change the thickness via the font size example: <circularprogress
value={1}
css={"font-size:4px"}
> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot for answering this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Does anyone know how to change the thickness of the graph in the CircularProgress Widget? I have tried changing the border width, padding, margin, etc but it doesnt seem to work and the docs also dont say anything about it.
Beta Was this translation helpful? Give feedback.
All reactions