Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tab] Allow overriding button style on tabs #5844

Merged
merged 2 commits into from Dec 28, 2016

Conversation

rhagigi
Copy link

@rhagigi rhagigi commented Dec 28, 2016

Would like to set a different height than 72px for tabs.

Copy link
Member

@oliviertassinari oliviertassinari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from two minor issues, that looks good to me 👍

@@ -27,6 +27,10 @@ class Tab extends Component {
static muiName = 'Tab';

static propTypes = {
/**
* Override the inline-styles of the button element
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing dot at the end of the sentence.

@@ -27,6 +27,10 @@ class Tab extends Component {
static muiName = 'Tab';

static propTypes = {
/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong spacing.

@oliviertassinari oliviertassinari added component: tabs This is the name of the generic UI component, not the React module! PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI and removed PR: Needs Review labels Dec 28, 2016
@rhagigi
Copy link
Author

rhagigi commented Dec 28, 2016

Updated to address comments

Copy link
Member

@oliviertassinari oliviertassinari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍 .

@oliviertassinari oliviertassinari added PR: Review Accepted and removed PR: Needs Review PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI labels Dec 28, 2016
@oliviertassinari oliviertassinari merged commit 598e579 into mui:master Dec 28, 2016
@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: tabs This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants