feat: Animate disclosure when toggling sidebar items

This commit is contained in:
Tom Moor 2021-05-22 21:22:28 -07:00
parent 6c011eb9b5
commit 8cfa724200
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ const Draggable = styled("div")`
`;
const Disclosure = styled(CollapsedIcon)`
transition: transform 100ms ease, fill 50ms !important;
position: absolute;
left: -24px;