Skip to content

Commit 568e2ae

Browse files
committed
make brush sizes smaller
1 parent f759b2e commit 568e2ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/constants/d2Constants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const ERASER_SIZES = {
3535
};
3636
// sizes are in mm
3737
export const BRUSH_SIZES = {
38-
[contextTools.BRUSH_SIZE_SMALL]: 5,
39-
[contextTools.BRUSH_SIZE_MEDIUM]: 10,
40-
[contextTools.BRUSH_SIZE_LARGE]: 15
38+
[contextTools.BRUSH_SIZE_SMALL]: 1,
39+
[contextTools.BRUSH_SIZE_MEDIUM]: 2,
40+
[contextTools.BRUSH_SIZE_LARGE]: 5
4141
};
4242

4343
export const CLIPPER_PRECISION = 100; // accurate to the hundredth

0 commit comments

Comments
 (0)