Invert colors on selection for address and created info

This commit is contained in:
Eli Ribble 2026-03-07 01:26:25 +00:00
parent 6ebf755e14
commit cd4b272643
No known key found for this signature in database

View file

@ -354,7 +354,7 @@
x-text="comm.type === 'nuisance' ? 'Nuisance' : 'Standing Water'" x-text="comm.type === 'nuisance' ? 'Nuisance' : 'Standing Water'"
></span> ></span>
</div> </div>
<small class="text-muted" <small
><time-relative :time="comm.created"></time-relative> ><time-relative :time="comm.created"></time-relative>
</small> </small>
</div> </div>
@ -369,7 +369,6 @@
></span> ></span>
</div> </div>
<small <small
class="text-muted"
x-text="formatAddress(comm.public_report.address).substring(0, 30) + '...'" x-text="formatAddress(comm.public_report.address).substring(0, 30) + '...'"
></small> ></small>
<template x-if="comm.photos && comm.photos.length > 0"> <template x-if="comm.photos && comm.photos.length > 0">