Skip to content

Commit 81b53ed

Browse files
committed
Make colors more visible to the colorblind
1 parent 4b31749 commit 81b53ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/vista/src/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ impl App for DependencyInspector {
285285
}
286286
painter.line_segment(
287287
[node_points[selected_node_index], input_end],
288-
PathStroke::new(1.0, Color32::GREEN),
288+
PathStroke::new(1.0, Color32::LIGHT_BLUE),
289289
);
290290
});
291291
});

0 commit comments

Comments
 (0)