fix: roundabout exit not being a circle on mobile
All checks were successful
TrafficCue CI / check (push) Successful in 54s
TrafficCue CI / build (push) Successful in 47s

This commit is contained in:
Cfp
2025-07-17 16:26:58 +02:00
parent c6256f08e4
commit 73baec2216

View File

@ -115,7 +115,7 @@
routing.currentTripInfo.maneuverIdx - 1 routing.currentTripInfo.maneuverIdx - 1
].roundabout_exit_count} ].roundabout_exit_count}
<span <span
class="border-white border-4 rounded-full text-3xl flex items-center justify-center w-12 h-12" class="border-white border-4 rounded-full text-3xl flex items-center justify-center w-12 h-12 min-w-12"
> >
{exit} {exit}
</span> </span>