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

[TableRow] Adjust head row height according to the specs #8249

Merged
merged 1 commit into from
Sep 17, 2017

Conversation

leMaik
Copy link
Member

@leMaik leMaik commented Sep 17, 2017

According to the specs, the table header's height is supposed to be 56dp, just as the footer.

@@ -13,7 +13,7 @@ export const styles = (theme: Object) => ({
},
},
head: {
height: 64,
height: 56,
Copy link
Member

Choose a reason for hiding this comment

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

What about 64dp card header height?

Copy link
Member Author

@leMaik leMaik Sep 17, 2017

Choose a reason for hiding this comment

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

The specs show pretty clear that the card header (orange) is 64px wheras the table header (violet) is 56px.

image

Copy link
Member

Choose a reason for hiding this comment

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

Oh, I see. Let's wait Argos-CI feedback.

@oliviertassinari oliviertassinari added component: table This is the name of the generic UI component, not the React module! v1 design: material This is about Material Design, please involve a visual or UX designer in the process labels Sep 17, 2017
@oliviertassinari oliviertassinari merged commit 35a7545 into mui:v1-beta Sep 17, 2017
@oliviertassinari
Copy link
Member

@leMaik Great! thanks :)

@leMaik leMaik deleted the adjust-table-head branch September 17, 2017 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module! design: material This is about Material Design, please involve a visual or UX designer in the process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants