Open texas697 opened 8 years ago
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