Skip to content

Commit

Permalink
refactor(Topology): ♻️ Change default node color
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoval committed Jul 18, 2023
1 parent 829b329 commit b5deb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/Graph/Graph.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const nodeColors = [
'#aec7e8'
];

export const NODE_COLOR_DEFAULT = '#009596';
export const NODE_COLOR_DEFAULT = '#92c1e9';
export const NODE_COLOR_DEFAULT_LABEL = '#6A6E73';
export const NODE_COLOR_DEFAULT_LABEL_BG = '#FFFFFF';
export const EDGE_COLOR_DEFAULT = '#B8BBBE';
Expand Down

0 comments on commit b5deb6f

Please sign in to comment.