mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
chore(core): replace outlined template icon (#9784)
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
LongerIcon,
|
||||
NumberIcon,
|
||||
TagIcon,
|
||||
TemplateOutlineIcon,
|
||||
TemplateIcon,
|
||||
TextIcon,
|
||||
TodayIcon,
|
||||
} from '@blocksuite/icons/rc';
|
||||
@@ -112,7 +112,7 @@ export const DocPropertyTypes = {
|
||||
},
|
||||
template: {
|
||||
uniqueId: 'template',
|
||||
icon: TemplateOutlineIcon,
|
||||
icon: TemplateIcon,
|
||||
value: TemplateValue,
|
||||
name: 'com.affine.page-properties.property.template',
|
||||
renameable: false,
|
||||
|
||||
@@ -7,7 +7,7 @@ import { WorkbenchService } from '@affine/core/modules/workbench';
|
||||
import { inferOpenMode } from '@affine/core/utils';
|
||||
import { useI18n } from '@affine/i18n';
|
||||
import track from '@affine/track';
|
||||
import { TemplateIcon, TemplateOutlineIcon } from '@blocksuite/icons/rc';
|
||||
import { TemplateIcon } from '@blocksuite/icons/rc';
|
||||
import { useLiveData, useService } from '@toeverything/infra';
|
||||
import { useCallback, useState } from 'react';
|
||||
|
||||
@@ -33,7 +33,7 @@ export const TemplateDocEntrance = () => {
|
||||
return (
|
||||
<SidebarMenuItem
|
||||
data-testid="sidebar-template-doc-entrance"
|
||||
icon={<TemplateOutlineIcon />}
|
||||
icon={<TemplateIcon />}
|
||||
onClick={toggleMenu}
|
||||
>
|
||||
<Menu
|
||||
|
||||
Reference in New Issue
Block a user