You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Checkbox component, the checked icon (isSelected: true) does not receive the correct stroke-width despite the class, e.g. stroke-[4px].
The indeterminate icon (isIndeterminate: true) receives the correct stroke-width without issues.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Render the checkbox component with isSelected: true and change the stroke-width , e.g. stroke-[4px].
Inspect the generated element in the browser’s DevTools and observe that the stroke-width is not applied as expected to the svg for the checked icon.
Expected behavior
The stroke-width should be correctly applied to the checked icon (isSelected: true), just like it is for the indeterminate icon (isIndeterminate: true).
The inside the checked icon should reflect the expected stroke-width from the class (e.g. stroke-[4px]).
Screenshots or Videos
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered:
HeroUI Version
2.6.14
Describe the bug
For the Checkbox component, the checked icon (isSelected: true) does not receive the correct stroke-width despite the class, e.g. stroke-[4px].
The indeterminate icon (isIndeterminate: true) receives the correct stroke-width without issues.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Render the checkbox component with isSelected: true and change the stroke-width , e.g. stroke-[4px].
Inspect the generated element in the browser’s DevTools and observe that the stroke-width is not applied as expected to the svg for the checked icon.
Expected behavior
The stroke-width should be correctly applied to the checked icon (isSelected: true), just like it is for the indeterminate icon (isIndeterminate: true).
The inside the checked icon should reflect the expected stroke-width from the class (e.g. stroke-[4px]).
Screenshots or Videos
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: