decrease the brush size limit
This commit is contained in:
parent
51907bd293
commit
77e64e86f1
@ -32,7 +32,7 @@ import useHotKey from "@/hooks/useHotkey"
|
|||||||
import Extender from "./Extender"
|
import Extender from "./Extender"
|
||||||
|
|
||||||
const TOOLBAR_HEIGHT = 200
|
const TOOLBAR_HEIGHT = 200
|
||||||
const MIN_BRUSH_SIZE = 10
|
const MIN_BRUSH_SIZE = 5
|
||||||
const MAX_BRUSH_SIZE = 200
|
const MAX_BRUSH_SIZE = 200
|
||||||
const COMPARE_SLIDER_DURATION_MS = 300
|
const COMPARE_SLIDER_DURATION_MS = 300
|
||||||
|
|
||||||
|
@ -824,7 +824,7 @@ const DiffusionOptions = () => {
|
|||||||
>
|
>
|
||||||
<div className="flex items-center gap-1 select-none">
|
<div className="flex items-center gap-1 select-none">
|
||||||
{/* <Plus size={16} /> */}
|
{/* <Plus size={16} /> */}
|
||||||
expand
|
Expand
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user