From 51c3d8a8babc468c80337ccba9691bcc20f2b96c Mon Sep 17 00:00:00 2001 From: riyadhafraa <49757212-riyadhafraa@users.noreply.replit.com> Date: Sat, 16 May 2026 17:46:43 +0000 Subject: [PATCH] Fix toggle switch behavior in right-to-left reading modes Update the switch component's CSS to correctly position the toggle thumb in RTL layouts for both checked and unchecked states. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: ee6229a6-5472-4ca0-8f84-74b229703438 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/97ZFaoX Replit-Helium-Checkpoint-Created: true --- artifacts/tx-os/src/components/ui/switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/tx-os/src/components/ui/switch.tsx b/artifacts/tx-os/src/components/ui/switch.tsx index ddadd9f2..4c43adf5 100644 --- a/artifacts/tx-os/src/components/ui/switch.tsx +++ b/artifacts/tx-os/src/components/ui/switch.tsx @@ -17,7 +17,7 @@ const Switch = React.forwardRef< >