chore: bump icons with new design source (#9529)

This commit is contained in:
CatsJuice
2025-01-06 03:10:03 +00:00
parent c22804766d
commit 09937a8e4d
37 changed files with 80 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
import { IS_MOBILE } from '@blocksuite/global/env';
import {
CheckBoxCkeckSolidIcon,
CheckBoxCheckSolidIcon,
CheckBoxUnIcon,
DoneIcon,
} from '@blocksuite/icons/lit';
@@ -228,7 +228,7 @@ export const menuButtonItems = {
const data: MenuButtonData = {
content: () => html`
${config.checked.value
? CheckBoxCkeckSolidIcon({ style: `color:#1E96EB` })
? CheckBoxCheckSolidIcon({ style: `color:#1E96EB` })
: CheckBoxUnIcon()}
<div class="affine-menu-action-text">
${config.label?.() ?? config.name}