From 350d6c219c6625910bcecc796c61ef7221df01a5 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Wed, 29 Apr 2026 20:22:30 +0100 Subject: [PATCH] fix(series): replace phantom guild Tailwind on EventSeriesBadge Swap bg-guild-*/border-guild-*/text-guild-* utility classes for design tokens in a scoped style block. Drops rounded-* per the no-rounded-corners rule and uses dashed borders for the structural block per the zine spec. --- app/components/EventSeriesBadge.vue | 39 ++++++++++++++++++----------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/app/components/EventSeriesBadge.vue b/app/components/EventSeriesBadge.vue index a8b23a0..6b9252a 100644 --- a/app/components/EventSeriesBadge.vue +++ b/app/components/EventSeriesBadge.vue @@ -1,18 +1,14 @@