fix: update className in Landing component for improved dark mode styling

This commit is contained in:
Danny Avila 2025-04-27 01:52:55 -04:00
parent 2b1e5cd8e9
commit 3b93224fb0
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -159,7 +159,7 @@ export default function Landing({ centerFormOnLanding }: { centerFormOnLanding:
endpointsConfig={endpointsConfig}
containerClassName={containerClassName}
context="landing"
className="h-2/3 w-2/3"
className="h-2/3 w-2/3 text-black dark:text-white"
size={41}
/>
{startupConfig?.showBirthdayIcon && (