Skip to content

Commit

Permalink
fix(ui): fix invalid default value for Unowned Hyperlane Color
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Feb 20, 2024
1 parent a013614 commit 1e64927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/lib/mapSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ const defaultMapSettings: MapSettings = {
colorAdjustments: [{ type: 'OPACITY', value: 0.15 }],
},
unownedHyperlaneColor: {
color: 'primary',
color: 'white',
colorAdjustments: [{ type: 'OPACITY', value: 0.15 }],
},
hyperRelayStroke: {
Expand Down

0 comments on commit 1e64927

Please sign in to comment.