Skip to content

Commit

Permalink
update the twoDStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Jul 6, 2024
1 parent c7874f8 commit 61f3e89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions applications/visualizer/frontend/src/theme/twoDStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ const NODE_STYLE = {
'color': '#fff',
'text-valign': 'center',
'text-halign': 'center',
'font-size': '16px',
width: '48px',
height: '48px',
'font-size': 8,
width: 24,
height: 24,
};

const EDGE_STYLE = {
'line-color': '#ccc',
'target-arrow-color': '#ccc',
'line-color': '#63625F',
'target-arrow-color': '#63625F',
'target-arrow-shape': 'triangle',
'curve-style': 'bezier',
'arrow-scale': 0.3,
Expand Down

0 comments on commit 61f3e89

Please sign in to comment.