From 8ea6dd4e846cc8b9b4552eaf706d60c3d280a4ac Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:40:50 +0530 Subject: [PATCH] fix: onboarding role select dropdown text color (#2117) --- 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..."}