Skip to content

Commit

Permalink
refactor: Update POLYLINE_ARROW color in COLORS constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 23, 2024
1 parent af6561f commit 637187c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/colors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const COLORS = {
POLYLINE: '#00FF00',
POLYLINE_ARROW: '#FF1111'
POLYLINE_ARROW: '#8250DF'
};

0 comments on commit 637187c

Please sign in to comment.