From f508633d71ae9a95b2abbc6904a0a97d9c827e10 Mon Sep 17 00:00:00 2001 From: Rahulcheryala Date: Mon, 1 Jun 2026 16:37:42 +0530 Subject: [PATCH] fix(GIT-235): add styles to onboarding tour close button for contrast --- apps/web/ce/components/onboarding/tour/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/ce/components/onboarding/tour/root.tsx b/apps/web/ce/components/onboarding/tour/root.tsx index 6f879e3922e..db87b7150b7 100644 --- a/apps/web/ce/components/onboarding/tour/root.tsx +++ b/apps/web/ce/components/onboarding/tour/root.tsx @@ -133,7 +133,7 @@ export const TourRoot = observer(function TourRoot(props: TOnboardingTourProps)