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
When setting overrideThemes on a column, it seems that the default header style is removed (no longer bold) and adding the headerFontStyle property does not work. I've set it to bold 13px and 600 13px but neither option works. However, using baseFontStyle: "600 13px" results in both the header and cells being bold (as can been seen in the Theme per Column storybook).
The text was updated successfully, but these errors were encountered:
When setting
overrideThemes
on a column, it seems that the default header style is removed (no longer bold) and adding theheaderFontStyle
property does not work. I've set it tobold 13px
and600 13px
but neither option works. However, usingbaseFontStyle: "600 13px"
results in both the header and cells being bold (as can been seen in the Theme per Column storybook).The text was updated successfully, but these errors were encountered: