diff --git a/apps/editor/public/icons/paint.png b/apps/editor/public/icons/paint.png new file mode 100644 index 00000000..d66167bb Binary files /dev/null and b/apps/editor/public/icons/paint.png differ diff --git a/packages/editor/src/components/ui/action-menu/control-modes.tsx b/packages/editor/src/components/ui/action-menu/control-modes.tsx index f85c5e34..f258ef20 100755 --- a/packages/editor/src/components/ui/action-menu/control-modes.tsx +++ b/packages/editor/src/components/ui/action-menu/control-modes.tsx @@ -64,7 +64,7 @@ const controls: ControlConfig[] = [ }, { id: 'material-paint', - iconifyIcon: 'mdi:format-color-fill', + imageSrc: '/icons/paint.png', label: 'Material Paint', shortcut: 'P', color: 'hover:bg-amber-500/20 hover:text-amber-400',