We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5dbabb commit 337f09aCopy full SHA for 337f09a
1 file changed
src/components/Analysis/MovesByRating.tsx
@@ -139,12 +139,16 @@ export const MovesByRating: React.FC<Props> = ({
139
>
140
<stop
141
offset="5%"
142
- stopColor={displayedColorSanMapping[move]?.color ?? '#fff'}
+ stopColor={
143
+ displayedColorSanMapping[move]?.color ?? '#fff'
144
+ }
145
stopOpacity={0.5}
146
/>
147
148
offset="95%"
149
150
151
152
stopOpacity={0}
153
154
</linearGradient>
0 commit comments