You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
interfaceColumnStyles{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 🤔
The text was updated successfully, but these errors were encountered:
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 theColumnDefinition
.Maybe something like
It's also possible that we can just reduce the column header font sizes in general 🤔
The text was updated successfully, but these errors were encountered: