Skip to content

Commit

Permalink
Update modeStyle.ts (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss authored Feb 19, 2025
1 parent 05be7ea commit b3ad4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/lib/modeStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const getModeStyle = (l: LegLike): [string, string, string] => {
case 'BUS':
return ['bus', '#ff9800', 'white'];
case 'COACH':
return ['bus', '#9ccc65', 'white'];
return ['bus', '#9ccc65', 'black'];

case 'TRAM':
return ['tram', '#ff9800', 'white'];
Expand Down

0 comments on commit b3ad4f8

Please sign in to comment.