💄 Enhance trips button visibility on map

This commit is contained in:
itskovacs 2025-07-24 19:33:21 +02:00
parent 004d0855ed
commit d3afc86c91

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="absolute z-30 bottom-2 left-2 p-2 bg-white shadow rounded"> <div class="absolute z-30 bottom-2 left-2 p-2 bg-white shadow rounded">
<p-button (click)="gotoTrips()" text severity="secondary" icon="pi pi-calendar-clock" /> <p-button (click)="gotoTrips()" label="Trips" text icon="pi pi-wave-pulse" />
</div> </div>
@if (viewMarkersList) { @if (viewMarkersList) {