fix: Drop styling on active sidebar item

This commit is contained in:
Tom Moor
2024-02-07 23:06:59 -05:00
parent fc2ff691f7
commit ec580d5bd4

View File

@@ -76,8 +76,9 @@ const DropzoneContainer = styled.div<{ $isDragActive: boolean }>`
${({ $isDragActive, theme }) => ${({ $isDragActive, theme }) =>
$isDragActive && $isDragActive &&
css` css`
background: ${theme.slateDark}; a,
a { a + * {
background: ${theme.slateDark} !important;
color: ${theme.white} !important; color: ${theme.white} !important;
} }
svg { svg {