diff --git a/src/utils/useTenantTheming.ts b/src/utils/useTenantTheming.ts index 9ced6d905..11ba7da17 100644 --- a/src/utils/useTenantTheming.ts +++ b/src/utils/useTenantTheming.ts @@ -183,7 +183,7 @@ const getOrCreateHeadNode = ( const applyTheming = (tenant: TenantDataInterface) => { if (tenant.theming) { - if (tenant.theming.primaryColor && tenant.theming.secondaryColor) { + if (tenant.theming.primaryColor) { injectCss(tenant.theming); }