aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/animatedChatIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/components/animatedChatIcon.tsx')
-rw-r--r--packages/website/ts/@next/components/animatedChatIcon.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/website/ts/@next/components/animatedChatIcon.tsx b/packages/website/ts/@next/components/animatedChatIcon.tsx
index bddb1d433..4b7466877 100644
--- a/packages/website/ts/@next/components/animatedChatIcon.tsx
+++ b/packages/website/ts/@next/components/animatedChatIcon.tsx
@@ -50,11 +50,6 @@ const fadeInOut = keyframes`
const Bubble = styled.g`
animation: ${scale} 4s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
transform-origin: 50% 50%;
-
- path,
- circle {
- fill: ${props => props.theme.lightBgColor};
- }
`;
const Rays = styled.g`