refactor(frontend): remove gradient backgrounds for flat colors

Replace bg-gradient-to-* with flat bg-* on BookingFlow warning, demo card, prices CTA, and schedule divider for consistent flat design.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-19 11:34:47 +01:00
co-authored by Sisyphus
parent 895d5dd5e9
commit 7f9c246818
4 changed files with 4 additions and 4 deletions
@@ -1568,7 +1568,7 @@
<!-- Warning: Active booking limit for deposit-owing users --> <!-- Warning: Active booking limit for deposit-owing users -->
{#if authStore.isAuthenticated && userDepositsRequired > 0 && hasActiveBooking} {#if authStore.isAuthenticated && userDepositsRequired > 0 && hasActiveBooking}
<div <div
class="rounded-lg border border-amber-200/60 bg-gradient-to-r from-amber-50 to-amber-100/50 p-4" class="rounded-lg border border-amber-200/60 bg-amber-50 p-4"
> >
<div class="flex gap-3"> <div class="flex gap-3">
<div class="flex-shrink-0"> <div class="flex-shrink-0">
+1 -1
View File
@@ -148,7 +148,7 @@
</div> </div>
<!-- Current/Next Appointment Card --> <!-- Current/Next Appointment Card -->
<Card.Root class="border-2 border-blue-200 bg-gradient-to-r from-blue-50 to-purple-50"> <Card.Root class="border-2 border-blue-200 bg-blue-50">
<Card.Header> <Card.Header>
<div class="flex items-start justify-between"> <div class="flex items-start justify-between">
<div> <div>
+1 -1
View File
@@ -209,7 +209,7 @@
</Card.Content> </Card.Content>
</Card.Root> </Card.Root>
<Card.Root class="bg-gradient-to-br from-primary/5 to-secondary/30 shadow-sm"> <Card.Root class="bg-primary/5 shadow-sm">
<Card.Content class="p-6 text-center md:p-8"> <Card.Content class="p-6 text-center md:p-8">
<h2 class="mb-4 text-lg font-semibold text-primary md:text-xl">Ready to Book?</h2> <h2 class="mb-4 text-lg font-semibold text-primary md:text-xl">Ready to Book?</h2>
<div class="flex flex-col gap-3 md:flex-row md:justify-center md:gap-4"> <div class="flex flex-col gap-3 md:flex-row md:justify-center md:gap-4">
+1 -1
View File
@@ -262,7 +262,7 @@
<h2 class="text-base font-bold text-gray-700"> <h2 class="text-base font-bold text-gray-700">
{group.label} {group.label}
</h2> </h2>
<div class="h-px flex-1 bg-gradient-to-r from-gray-200 to-transparent"></div> <div class="h-px flex-1 bg-gray-200"></div>
</div> </div>
<div class="space-y-4"> <div class="space-y-4">