chore: update user guide style (#2536)

This commit is contained in:
JimmFly
2023-05-26 12:55:06 +08:00
committed by GitHub
parent b11ce2c8d2
commit 60a83f4907
3 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import { MuiFade, Tooltip } from '@affine/component';
import { config, getEnvironment } from '@affine/env';
import { useAFFiNEI18N } from '@affine/i18n/hooks';
import { CloseIcon, NewIcon } from '@blocksuite/icons';
import { CloseIcon, NewIcon, UserGuideIcon } from '@blocksuite/icons';
import { useAtom } from 'jotai';
import { lazy, Suspense, useState } from 'react';
@@ -119,7 +119,7 @@ export const HelpIsland = ({
setOpenOnboarding(true);
}}
>
<HelpIcon />
<UserGuideIcon />
</StyledIconWrapper>
</Tooltip>
)}