diff --git a/web_app/src/components/Editor.tsx b/web_app/src/components/Editor.tsx index 961300f..2e15986 100644 --- a/web_app/src/components/Editor.tsx +++ b/web_app/src/components/Editor.tsx @@ -32,7 +32,7 @@ import useHotKey from "@/hooks/useHotkey" import Extender from "./Extender" const TOOLBAR_HEIGHT = 200 -const MIN_BRUSH_SIZE = 10 +const MIN_BRUSH_SIZE = 5 const MAX_BRUSH_SIZE = 200 const COMPARE_SLIDER_DURATION_MS = 300 diff --git a/web_app/src/components/SidePanel/DiffusionOptions.tsx b/web_app/src/components/SidePanel/DiffusionOptions.tsx index 461f6e1..c5702d2 100644 --- a/web_app/src/components/SidePanel/DiffusionOptions.tsx +++ b/web_app/src/components/SidePanel/DiffusionOptions.tsx @@ -824,7 +824,7 @@ const DiffusionOptions = () => { >
{/* */} - expand + Expand