From 844590a571c0eb729c2686bdd0ca81869d76fbd6 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:14:11 +1000 Subject: [PATCH] feat(ui): brush size border radius = 1 --- .../frontend/web/src/features/controlLayers/konva/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/controlLayers/konva/constants.ts b/invokeai/frontend/web/src/features/controlLayers/konva/constants.ts index e526e2249e..a6d852f012 100644 --- a/invokeai/frontend/web/src/features/controlLayers/konva/constants.ts +++ b/invokeai/frontend/web/src/features/controlLayers/konva/constants.ts @@ -23,7 +23,7 @@ export const BRUSH_BORDER_OUTER_COLOR = 'rgba(255,255,255,0.8)'; /** * The border width for the brush preview. */ -export const BRUSH_ERASER_BORDER_WIDTH = 1.5; +export const BRUSH_ERASER_BORDER_WIDTH = 1; /** * The target spacing of individual points of brush strokes, as a percentage of the brush size.