How can I change the default icon size in React? #577
Unanswered
wenchonglee
asked this question in
Q&A
Replies: 2 comments 2 replies
-
<style> .tabler-icon { width: 20px; height: 20px; } </style> |
Beta Was this translation helpful? Give feedback.
2 replies
-
I had same problem, it should fix it :
|
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
-
Hey,
Is there a good way to change the default size of icons, say from 24px to 20px?
Initially I opted to use something like below, but it will override every instance; causing changes to the
size
prop to not work.Beta Was this translation helpful? Give feedback.
All reactions