Combined transitions

This commit is contained in:
Alex Holliday
2024-09-18 09:41:27 +08:00
parent 637641f44f
commit 55588fde0d
+1 -2
View File
@@ -40,8 +40,7 @@ export const ChartBox = styled(Stack)(({ theme }) => ({
fill: theme.palette.text.tertiary,
},
"& path": {
transition: "fill 300ms ease",
transition: "stroke-width 400ms ease",
transition: "fill 300ms ease, stroke-width 400ms ease",
},
}));