Skip to content

Commit bea905d

Browse files
committed
Restore original route line styles
1 parent 66a32c4 commit bea905d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/MapView/Direction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Direction({coordinates}: DirectionProps) {
2222
>
2323
<Mapbox.LineLayer
2424
id="routeFill"
25-
style={{...styles.mapDirection, lineOpacity: 0.8}}
25+
style={styles.mapDirection}
2626
/>
2727
</Mapbox.ShapeSource>
2828
);

src/styles/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6449,7 +6449,7 @@ const plainStyles = (theme: ThemeColors) =>
64496449
}) satisfies CustomPickerStyle,
64506450
mapDirection: {
64516451
lineColor: theme.success,
6452-
lineWidth: 8,
6452+
lineWidth: 7,
64536453
},
64546454

64556455
mapDirectionLayer: {

0 commit comments

Comments
 (0)