From 3b93224fb0ebeb4c95f0035c4132a46fd9c879e4 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sun, 27 Apr 2025 01:52:55 -0400 Subject: [PATCH] fix: update className in Landing component for improved dark mode styling --- client/src/components/Chat/Landing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Chat/Landing.tsx b/client/src/components/Chat/Landing.tsx index c4eb4a904a..0983aa9286 100644 --- a/client/src/components/Chat/Landing.tsx +++ b/client/src/components/Chat/Landing.tsx @@ -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 && (