themeModifier
Home > @gooddata/sdk-ui-dashboard > IDashboardThemingProps > themeModifier
IDashboardThemingProps.themeModifier property
If provided it is called with loaded theme to allow its modification according to the app needs.
Signature:
themeModifier?: (theme: ITheme) => ITheme;
Remarks
This is only applied to themes loaded from the backend, it is NOT applied to themes provided using the "theme" prop.