mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore: bump icons with new design source (#9529)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user