Delete animation

This commit is contained in:
KoukiNishihara
2020-05-13 03:05:27 +09:00
parent 06fef794b0
commit 78c3c08de7
@@ -54,7 +54,6 @@ const useStyles = makeStyles<BackstageTheme>((theme) => ({
running: {
'&::before': {
backgroundColor: theme.palette.status.running,
animation: '$blink 0.8s step-start 0s infinite',
},
},
aborted: {