Fix: SidebarItem feels "laggy" when clicked

@hypnosphi
This commit is contained in:
domyen 2019-03-04 14:38:14 -05:00
parent aefc89dec0
commit 7cefc9faac

View File

@ -60,7 +60,6 @@ export const Item = styled.div(
alignItems: 'center',
flex: 1,
background: 'transparent',
transition: 'background 75ms ease-out',
},
({ depth }) => ({
paddingLeft: depth * 15 + 9,