mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 01:35:39 -04:00
Update StarRating animation to simplify scale transition logic
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user