From 1da76b11cbcc1baf642cde640314dfaa96a3e781 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Wed, 29 Apr 2026 20:22:35 +0100 Subject: [PATCH] fix(series): replace phantom Tailwind on SeriesPassPurchase Error state and main registration card swap bg-ember-*/border-ember-* and bg-guild-*/border-guild-* utilities for design tokens in a scoped style block. Error state uses the codebase's --ember + 8% color-mix pattern; registration card uses --surface + dashed --border per the zine spec. --- app/components/SeriesPassPurchase.vue | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/app/components/SeriesPassPurchase.vue b/app/components/SeriesPassPurchase.vue index 584e493..fff5fd4 100644 --- a/app/components/SeriesPassPurchase.vue +++ b/app/components/SeriesPassPurchase.vue @@ -9,14 +9,11 @@ -
-

+
+

Unable to Load Series Pass

-

{{ error }}

+

{{ error }}

@@ -48,7 +45,7 @@

{{ @@ -357,3 +354,18 @@ const formatPrice = (price, currency = "CAD") => { }).format(price); }; + +