do not fill eraser

This commit is contained in:
Ryan Di
2025-09-22 15:34:40 +10:00
parent 31775ce3ed
commit 9b68439712

View File

@@ -223,7 +223,7 @@ export const MobileToolBar = ({
{/* Eraser */}
<ToolButton
className={clsx("Shape", { fillable: true })}
className={clsx("Shape", { fillable: false })}
type="radio"
icon={EraserIcon}
checked={activeTool.type === "eraser"}