We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When a CircularProgress contains something, it does this: I tested both label and button and it happens for both.
To Reproduce
<circularprogress value={0.5} startAt={0.0} endAt={1} rounded={true} heightRequest={50} widthRequest={50} css={"font-size: 5px; background-color: red;"} > <label label={"test"} /> </circularprogress>;
Expected behavior The line is not there.
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a CircularProgress contains something, it does this:
I tested both label and button and it happens for both.
To Reproduce
Expected behavior
The line is not there.
Additional context
The text was updated successfully, but these errors were encountered: