From 78c3c08de7149b021fbcc44b5c62285287aaa036 Mon Sep 17 00:00:00 2001 From: KoukiNishihara Date: Wed, 13 May 2020 03:05:27 +0900 Subject: [PATCH] Delete animation --- packages/core/src/components/Status/Status.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/components/Status/Status.tsx b/packages/core/src/components/Status/Status.tsx index b34f8a3c31..189b32475c 100644 --- a/packages/core/src/components/Status/Status.tsx +++ b/packages/core/src/components/Status/Status.tsx @@ -54,7 +54,6 @@ const useStyles = makeStyles((theme) => ({ running: { '&::before': { backgroundColor: theme.palette.status.running, - animation: '$blink 0.8s step-start 0s infinite', }, }, aborted: {