Skip to content

Commit

Permalink
feat: use shuttle transport color for shuttleBus subMode
Browse files Browse the repository at this point in the history
  • Loading branch information
rosvik committed Jan 13, 2025
1 parent 3ef758e commit fba842d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/use-transport-color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const useThemeColorForTransportMode = (
case 'coach':
if (subMode === 'localBus') return 'city';
if (subMode === 'airportLinkBus') return 'airportExpress';
if (subMode === 'shuttleBus') return 'shuttle';
return 'region';
case 'bicycle':
return 'bike';
Expand Down

0 comments on commit fba842d

Please sign in to comment.