From 4ad776b26f8bccacb45b02f1d485cbbc4224d3ee Mon Sep 17 00:00:00 2001 From: Padreug Date: Tue, 16 Jun 2026 13:04:12 +0200 Subject: [PATCH] fix(events): even out the Map empty-state icon transparency The placeholder map icon used text-muted-foreground/30, applying alpha to the stroke colour so the lucide icon's overlapping fold lines compounded to a darker shade where they crossed the outline. Use element-level opacity-30 with the full colour instead, so the whole icon fades uniformly. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/modules/events/views/EventsMapPage.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/events/views/EventsMapPage.vue b/src/modules/events/views/EventsMapPage.vue index c814ef6..1836af5 100644 --- a/src/modules/events/views/EventsMapPage.vue +++ b/src/modules/events/views/EventsMapPage.vue @@ -34,7 +34,10 @@ onMounted(() => {
- + +

No geotagged events found

Events with location data will appear as markers on the map