diff --git a/app/components/Sidebar/components/DropToImport.tsx b/app/components/Sidebar/components/DropToImport.tsx index 01dd3439c..fe6f16d16 100644 --- a/app/components/Sidebar/components/DropToImport.tsx +++ b/app/components/Sidebar/components/DropToImport.tsx @@ -76,8 +76,9 @@ const DropzoneContainer = styled.div<{ $isDragActive: boolean }>` ${({ $isDragActive, theme }) => $isDragActive && css` - background: ${theme.slateDark}; - a { + a, + a + * { + background: ${theme.slateDark} !important; color: ${theme.white} !important; } svg {