Use paint icon for material mode

This commit is contained in:
sudhir
2026-04-24 12:50:05 +05:30
parent a5448a0053
commit 7297c76204
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

@@ -64,7 +64,7 @@ const controls: ControlConfig[] = [
}, },
{ {
id: 'material-paint', id: 'material-paint',
iconifyIcon: 'mdi:format-color-fill', imageSrc: '/icons/paint.png',
label: 'Material Paint', label: 'Material Paint',
shortcut: 'P', shortcut: 'P',
color: 'hover:bg-amber-500/20 hover:text-amber-400', color: 'hover:bg-amber-500/20 hover:text-amber-400',