chore(core): replace outlined template icon (#9784)

This commit is contained in:
CatsJuice
2025-01-21 11:03:11 +00:00
parent 2d09c7fe0c
commit ba508ffd6b
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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