Skip to content

Commit 326fa79

Browse files
committed
reduce stroke width
1 parent e01c624 commit 326fa79

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4040
- `<FlexibleLayoutItem />`
4141
- `<GridColumn />`
4242
- `<PropertyName />` and `<PropertyValue />`
43+
- `<EdgeDefault />`
44+
- reduce stroke width to only 1px
4345

4446
### Deprecated
4547

src/extensions/react-flow/_config.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ $reactflow-node-font-size: $eccgui-size-typo-caption !default;
88
$reactflow-node-border-width: 2 * $button-border-width !default;
99
$reactflow-node-border-radius: $button-border-radius !default;
1010
$reactflow-edge-rendering: geometricprecision !default;
11-
$reactflow-edge-stroke-width-default: 2px !default;
12-
$reactflow-edge-stroke-width-hover: 2px !default;
13-
$reactflow-edge-stroke-width-selected: 2px !default;
11+
$reactflow-edge-stroke-width-default: 1px !default;
12+
$reactflow-edge-stroke-width-hover: 1px !default;
13+
$reactflow-edge-stroke-width-selected: 1px !default;
1414
$reactflow-edge-stroke-opacity-default: $eccgui-opacity-muted !default;
1515
$reactflow-edge-stroke-opacity-hover: $eccgui-opacity-narrow !default;
1616
$reactflow-edge-stroke-opacity-selected: $eccgui-opacity-regular !default;

0 commit comments

Comments
 (0)