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.
This commit is contained in:
Bastian Masanek
2025-11-24 08:43:26 +01:00
parent f173a274e8
commit 46d03a0e4a
3 changed files with 27 additions and 75 deletions

View File

@@ -109,7 +109,7 @@ const selectCountry = ref('DE')
</div>
<div>
<div class="h-24 rounded-lg bg-white mb-2"></div>
<p class="font-mono text-sm text-black">#ffffff</p>
<p class="font-mono text-sm text-white/90">#ffffff</p>
<p class="text-sm text-white/70">white</p>
</div>
</div>