Skip to content

Commit dbbd28d

Browse files
fix(chat): reverse shimmer sweep to left-to-right
1 parent 3ac5e90 commit dbbd28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/components/ui/shimmer-text.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
-webkit-background-clip: text;
1414
background-clip: text;
1515
color: transparent;
16-
animation: shimmer-sweep 2.2s linear infinite;
16+
animation: shimmer-sweep 2.2s linear infinite reverse;
1717
}
1818

1919
:global(.dark) .shimmer {

0 commit comments

Comments
 (0)