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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user