Skip to content

Commit abb0577

Browse files
committed
Set NERVE_ACTIVE to blue and NERVE_SELECTED to black, consistent with other features (#68).
1 parent 9a91b44 commit abb0577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layers/styling.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ const CENTRELINE_COLOUR = '#8FF'
7878

7979
const FEATURE_SELECTED_BORDER = 'black'
8080

81-
const NERVE_ACTIVE = '#222'
82-
const NERVE_SELECTED = 'red'
81+
const NERVE_ACTIVE = 'blue'
82+
const NERVE_SELECTED = 'black'
8383

8484
//==============================================================================
8585

0 commit comments

Comments
 (0)