Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

change height of button #40

Open
texas697 opened this issue Mar 6, 2016 · 3 comments
Open

change height of button #40

texas697 opened this issue Mar 6, 2016 · 3 comments

Comments

@texas697
Copy link

texas697 commented Mar 6, 2016

how is done? thanks

@NoWay1201
Copy link

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.

@NoWay1201
Copy link

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.

@xotahal
Copy link

xotahal commented Sep 14, 2016

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 :/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants