Skip to content

Commit

Permalink
adjusted cuing arrow color, see #188
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jul 6, 2022
1 parent 0bc86cb commit eb1272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/FluxMeterNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const SENSOR_STROKE_COLOR = 'rgb(254,172,63)';
const SENSOR_FILL_COLOR = 'rgba(200,200,200,0.6)';
const CUE_ARROW_LENGTH = 28; // length of the 'drag cue' arrows around the flux sensor
const CUE_ARROW_OPTIONS = {
fill: 'rgb( 33, 190, 156 )',
fill: SENSOR_STROKE_COLOR,
lineWidth: 0.5,
headWidth: 20,
headHeight: 16,
Expand Down

0 comments on commit eb1272d

Please sign in to comment.