fix: Reduce sensitivity of dark icon switching

fix: Layout issue in icon picker in dark mode
closes #2658
This commit is contained in:
Tom Moor
2021-10-12 23:02:14 -07:00
parent e0405cca0e
commit a6b3dbc894
3 changed files with 2 additions and 4 deletions

View File

@ -140,7 +140,5 @@ export const Background = styled.div`
max-width: 276px;
background: ${(props) => props.theme.menuBackground};
box-shadow: ${(props) => props.theme.menuShadow};
border: ${(props) =>
props.theme.menuBorder ? `1px solid ${props.theme.menuBorder}` : "none"};
`};
`;