From e5f32a21967e5f45e3494b7bdbf50de7517543f3 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Thu, 7 Sep 2023 13:21:41 +0530 Subject: [PATCH] fix: onboarding role select dropdown text color --- space/components/accounts/onboarding-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/components/accounts/onboarding-form.tsx b/space/components/accounts/onboarding-form.tsx index c40465b3ffc..4cca97a6472 100644 --- a/space/components/accounts/onboarding-form.tsx +++ b/space/components/accounts/onboarding-form.tsx @@ -131,7 +131,7 @@ export const OnBoardingForm: React.FC = observer(({ user }) => { type="button" className={`flex items-center justify-between gap-1 w-full rounded-md border border-custom-border-300 shadow-sm duration-300 focus:outline-none px-3 py-2 text-sm`} > - {value || "Select your role..."} + {value || "Select your role..."}