chore: React-Dropzone version bump (#1699)
* update dropzone to new version * remove global styles import * change bg on active item on drag as well * add back background
This commit is contained in:
@@ -41,11 +41,7 @@ class CollectionLink extends React.Component<Props> {
|
||||
|
||||
return (
|
||||
<>
|
||||
<DropToImport
|
||||
key={collection.id}
|
||||
collectionId={collection.id}
|
||||
activeClassName="activeDropZone"
|
||||
>
|
||||
<DropToImport key={collection.id} collectionId={collection.id}>
|
||||
<SidebarLink
|
||||
key={collection.id}
|
||||
to={collection.url}
|
||||
|
||||
@@ -47,8 +47,8 @@ function SidebarLink({
|
||||
|
||||
const activeStyle = {
|
||||
color: theme.text,
|
||||
background: theme.sidebarItemBackground,
|
||||
fontWeight: 600,
|
||||
background: theme.sidebarItemBackground,
|
||||
...style,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user