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
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
As I can read in material design guidelines, button should have 36px height, and that's what height got out button. Probably that's why it's not configurable.
I made PR to add this feature. Here it is: #44 . You need to use override prop. It should look like this: <Button overrides={{height: 100}} />
To set height to 100.
I wrote about this problem in issue #106. Your approach is good for one button. But what if you want to set every button in your app. Then you have to go through your app and rewrite every single instance of :/
how is done? thanks
The text was updated successfully, but these errors were encountered: