We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a32c4 commit bea905dCopy full SHA for bea905d
2 files changed
src/components/MapView/Direction.tsx
@@ -22,7 +22,7 @@ function Direction({coordinates}: DirectionProps) {
22
>
23
<Mapbox.LineLayer
24
id="routeFill"
25
- style={{...styles.mapDirection, lineOpacity: 0.8}}
+ style={styles.mapDirection}
26
/>
27
</Mapbox.ShapeSource>
28
);
src/styles/index.ts
@@ -6449,7 +6449,7 @@ const plainStyles = (theme: ThemeColors) =>
6449
}) satisfies CustomPickerStyle,
6450
mapDirection: {
6451
lineColor: theme.success,
6452
- lineWidth: 8,
+ lineWidth: 7,
6453
},
6454
6455
mapDirectionLayer: {
0 commit comments