Skip to content

Commit

Permalink
fix: show outline
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 13, 2025
1 parent 521872c commit 383d0c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Sink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ const SinkMap = (
source: props.sink.id,
layout: {},
paint: {
'fill-color': '#088',
'fill-opacity': 0.8,
'fill-color': 'transparent',
'fill-outline-color': '#80D39B',
'fill-opacity': 0.85,
},
})

Expand Down

0 comments on commit 383d0c7

Please sign in to comment.