fix(component): add back lottie color hack for dark mode (#5576)

Not sure why but it seems the changes in https://github.com/toeverything/AFFiNE/pull/4953 are lost
This commit is contained in:
Peng Xiao
2024-01-16 08:11:50 +00:00
parent baeb5cc732
commit 238d1ad44e
6 changed files with 22 additions and 23 deletions

View File

@@ -294,9 +294,7 @@ export const RootAppSidebar = ({
{t['com.affine.workspaceSubPath.trash']()}
</span>
</RouteMenuLinkItem>
{blockSuiteWorkspace && (
<ImportPage blocksuiteWorkspace={blockSuiteWorkspace} />
)}
<ImportPage blocksuiteWorkspace={blockSuiteWorkspace} />
</SidebarScrollableContainer>
<SidebarContainer>
{environment.isDesktop ? <UpdaterButton /> : <AppDownloadButton />}