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

Add style property to column definition #558

Closed
josh-griffin opened this issue Dec 2, 2021 · 1 comment
Closed

Add style property to column definition #558

josh-griffin opened this issue Dec 2, 2021 · 1 comment

Comments

@josh-griffin
Copy link
Contributor

Would like to be able to change the font size of the column headers. I thought a simplish way to do this might be to add a style prop to the ColumnDefinition.

Maybe something like

interface ColumnStyles {
    cellStyles: // Same object as `sx`?
    headerStyles: // Same object as `sx`?
}

It's also possible that we can just reduce the column header font sizes in general 🤔

@mark-prins
Copy link
Contributor

There are other issues for font size realignment: #1149 #517
Will close this for now, haven't had the need for column style props yet.

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

No branches or pull requests

2 participants