Skip to content

Commit b9816e3

Browse files
committed
Matched default resize handle size
1 parent df93f74 commit b9816e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.storybook/preview-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
margin: 25px 0 !important;
3434
}
3535
.spaces-resize-handle {
36-
background-color: red;
36+
background-color: red !important;
3737
}
3838
</style>

src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const spaceDefaults: Partial<ISpaceDefinition> = {
1010
resizing: false,
1111
centerContent: "none",
1212
dimension: { left: 0, top: 0, right: 0, bottom: 0, width: 0, height: 0, x: 0, y: 0, toJSON: () => "" },
13-
handleSize: 2,
13+
handleSize: 5,
1414
touchHandleSize: 30,
1515
overlayHandle: true,
1616
adjustLeft: () => false,

0 commit comments

Comments
 (0)