mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 10:06:17 +08:00
chore: bump icons with new design source (#9529)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ToggleCollapseIcon } from '@blocksuite/icons/rc';
|
||||
import { ToggleRightIcon } from '@blocksuite/icons/rc';
|
||||
import clsx from 'clsx';
|
||||
import { type ForwardedRef, forwardRef, type PropsWithChildren } from 'react';
|
||||
|
||||
@@ -42,7 +42,7 @@ export const CategoryDivider = forwardRef(
|
||||
<div className={styles.label}>
|
||||
{label}
|
||||
{collapsible ? (
|
||||
<ToggleCollapseIcon
|
||||
<ToggleRightIcon
|
||||
width={16}
|
||||
height={16}
|
||||
data-testid="category-divider-collapse-button"
|
||||
|
||||
Reference in New Issue
Block a user