Skip to content

Commit

Permalink
Update plane color to support dark and light modes
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Feb 3, 2025
1 parent 8e873ed commit c924b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
// Create a custom div element with the SVG icon
const iconHtml = `
<div style="transform: rotate(${p.hdg - 45}deg);">
<svg viewbox="0 0 24 24" width="16px" height="16px" >
<svg viewbox="0 0 24 24" width="16px" height="16px" fill="#a855f7"}>
<path d="${mdi.mdiAirplane}"/>
</svg>
</div>
Expand Down

0 comments on commit c924b57

Please sign in to comment.