From 46d03a0e4af779dc5f842fff548550e40b58147a Mon Sep 17 00:00:00 2001 From: Bastian Masanek Date: Mon, 24 Nov 2025 08:43:26 +0100 Subject: [PATCH] Refactor Tailwind Configuration and Update Checkout Form UI - Renamed the 'red' color to 'experimenta-red' in tailwind.config.ts for better clarity. - Replaced SVG error icons with the AlertCircle component in CheckoutForm.vue for improved visual consistency. - Streamlined Input component structure in CheckoutForm.vue for cleaner code. - Updated styleguide.vue to reflect changes in color representation for better documentation. --- app/components/Checkout/CheckoutForm.vue | 98 ++++++------------------ app/pages/internal/styleguide.vue | 2 +- tailwind.config.ts | 2 +- 3 files changed, 27 insertions(+), 75 deletions(-) diff --git a/app/components/Checkout/CheckoutForm.vue b/app/components/Checkout/CheckoutForm.vue index 1af0f08..a934ab4 100644 --- a/app/components/Checkout/CheckoutForm.vue +++ b/app/components/Checkout/CheckoutForm.vue @@ -1,5 +1,6 @@