We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a91b44 commit abb0577Copy full SHA for abb0577
1 file changed
src/layers/styling.ts
@@ -78,8 +78,8 @@ const CENTRELINE_COLOUR = '#8FF'
78
79
const FEATURE_SELECTED_BORDER = 'black'
80
81
-const NERVE_ACTIVE = '#222'
82
-const NERVE_SELECTED = 'red'
+const NERVE_ACTIVE = 'blue'
+const NERVE_SELECTED = 'black'
83
84
//==============================================================================
85
0 commit comments