mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: bump icons with new design source (#9529)
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
CloseIcon,
|
||||
EdgelessIcon,
|
||||
PageIcon,
|
||||
ToggleCollapseIcon,
|
||||
ToggleRightIcon,
|
||||
} from '@blocksuite/icons/rc';
|
||||
import { useLiveData, useService } from '@toeverything/infra';
|
||||
import { cssVar } from '@toeverything/theme';
|
||||
@@ -135,7 +135,7 @@ export const RulesMode = ({
|
||||
iconStyle={{
|
||||
transform: expandInclude ? 'rotate(90deg)' : undefined,
|
||||
}}
|
||||
icon={<ToggleCollapseIcon />}
|
||||
icon={<ToggleRightIcon />}
|
||||
/>
|
||||
<div style={{ color: cssVar('textSecondaryColor') }}>
|
||||
{t['com.affine.editCollection.rules.include.title']()}
|
||||
|
||||
@@ -9,7 +9,7 @@ import { SubscriptionService } from '@affine/core/modules/cloud';
|
||||
import { SubscriptionPlan } from '@affine/graphql';
|
||||
import { useI18n } from '@affine/i18n';
|
||||
import { track } from '@affine/track';
|
||||
import { SingleSelectSelectSolidIcon } from '@blocksuite/icons/rc';
|
||||
import { SingleSelectCheckSolidIcon } from '@blocksuite/icons/rc';
|
||||
import { useService } from '@toeverything/infra';
|
||||
import { cssVar } from '@toeverything/theme';
|
||||
import { nanoid } from 'nanoid';
|
||||
@@ -57,7 +57,7 @@ export const AIResume = (btnProps: ButtonProps) => {
|
||||
});
|
||||
}
|
||||
notify({
|
||||
icon: <SingleSelectSelectSolidIcon />,
|
||||
icon: <SingleSelectCheckSolidIcon />,
|
||||
iconColor: cssVar('processingColor'),
|
||||
title:
|
||||
t['com.affine.payment.ai.action.resume.confirm.notify.title'](),
|
||||
|
||||
Reference in New Issue
Block a user