Icon size doesn't work in firefox #597
ryanbai1412
started this conversation in
Bugs & Feedback
Replies: 1 comment
-
This happens if you pass a string as the size prop, the string literal will be unit-less:
Passing an integer is how to use
For
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
the size prop in doesn't work in firefox. It looks like mintlify is adding
style="width:12;height:12"
to the svg but it should bestyle="width:12px;height:12px"
Beta Was this translation helpful? Give feedback.
All reactions