From ec580d5bd43801ba70454ae222d06868e3e763f4 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 7 Feb 2024 23:06:59 -0500 Subject: [PATCH] fix: Drop styling on active sidebar item --- app/components/Sidebar/components/DropToImport.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {