Update StarRating animation to simplify scale transition logic

This commit is contained in:
2026-03-07 13:30:58 -05:00
parent a5393792c7
commit ccd482db4e
6 changed files with 107 additions and 67 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ function ChartTooltipContent({
return (
<div
key={item.dataKey}
key={key}
className={cn(
"flex w-full flex-wrap items-stretch gap-2 [&>svg]:h-2.5 [&>svg]:w-2.5 [&>svg]:text-muted-foreground",
indicator === "dot" && "items-center",