Skip to content

Commit d88aeaa

Browse files
committed
bus: Use c.transparent instead of c.clear for skipped stops
Signed-off-by: Kristofer Rye <[email protected]>
1 parent a063f17 commit d88aeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/transportation/bus/components/progress-chunk.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const styles = StyleSheet.create({
2525
},
2626
skippingStop: {
2727
backgroundColor: c.clear,
28-
borderColor: c.clear,
28+
borderColor: c.transparent,
2929
},
3030
passedStop: {
3131
height: 12,

0 commit comments

Comments
 (0)