decrease the brush size limit

This commit is contained in:
Qing 2024-02-15 14:33:16 +08:00
parent 51907bd293
commit 77e64e86f1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -824,7 +824,7 @@ const DiffusionOptions = () => {
>
<div className="flex items-center gap-1 select-none">
{/* <Plus size={16} /> */}
expand
Expand
</div>
</Button>