Skip to content

Commit 637187c

Browse files
refactor: Update POLYLINE_ARROW color in COLORS constant
1 parent af6561f commit 637187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/colors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const COLORS = {
22
POLYLINE: '#00FF00',
3-
POLYLINE_ARROW: '#FF1111'
3+
POLYLINE_ARROW: '#8250DF'
44
};

0 commit comments

Comments
 (0)