From dbbd28d5e0e48abfcc87bf8d00979a004dfca79e Mon Sep 17 00:00:00 2001 From: Theodore Li Date: Mon, 13 Jul 2026 16:31:48 -0700 Subject: [PATCH] fix(chat): reverse shimmer sweep to left-to-right --- apps/sim/components/ui/shimmer-text.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/components/ui/shimmer-text.module.css b/apps/sim/components/ui/shimmer-text.module.css index c4db09a974e..53637471b1a 100644 --- a/apps/sim/components/ui/shimmer-text.module.css +++ b/apps/sim/components/ui/shimmer-text.module.css @@ -13,7 +13,7 @@ -webkit-background-clip: text; background-clip: text; color: transparent; - animation: shimmer-sweep 2.2s linear infinite; + animation: shimmer-sweep 2.2s linear infinite reverse; } :global(.dark) .shimmer {