chore: fix super block picker menu item icons
This commit is contained in:
@@ -29,7 +29,7 @@ export function BlockPickerMenuItem({
|
||||
onMouseEnter={onMouseEnter}
|
||||
onClick={onClick}
|
||||
>
|
||||
<Icon type={option.iconName} className="h-5 w-5" />
|
||||
<Icon type={option.iconName} className="h-5 w-5 flex-shrink-0" />
|
||||
<div className="text-editor">{option.title}</div>
|
||||
</li>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user