From 24749ddd5a3bb769f643446de8416e531556a2f2 Mon Sep 17 00:00:00 2001 From: Warrick Corfe-Tan Date: Fri, 18 Jun 2021 10:31:05 +1000 Subject: [PATCH] Fixed onion path glow animation. --- ts/components/session/icon/SessionIcon.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ts/components/session/icon/SessionIcon.tsx b/ts/components/session/icon/SessionIcon.tsx index 78d23b114..13393c7de 100644 --- a/ts/components/session/icon/SessionIcon.tsx +++ b/ts/components/session/icon/SessionIcon.tsx @@ -133,19 +133,13 @@ const SessionSvg = (props: { rotateDuration: props.rotateDuration, iconRotation: props.iconRotation, viewBox: props.viewBox, + glowDuration: props.glowDuration, + glowStartDelay: props.glowStartDelay, + iconColor: props.iconColor }; return ( - {/* { props.glowDuration ? - - - - - - : - null - } */} {pathArray.map((path, index) => { return ; })}