Skip to content

Commit 910554b

Browse files
committed
Bump resizer constrast slightly
1 parent a17e50f commit 910554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/split-pane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const SplitPane = styled(ReactSplitPane)<{
1111
}>`
1212
.Resizer {
1313
background: #000;
14-
opacity: .3;
14+
opacity: .5;
1515
z-index: 100;
1616
-moz-box-sizing: border-box;
1717
-webkit-box-sizing: border-box;

0 commit comments

Comments
 (0)