feat(ui): brush size border radius = 1

This commit is contained in:
psychedelicious 2024-06-17 17:14:11 +10:00
parent 9622beaa0d
commit 844590a571

View File

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