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 -->
{#if authStore.isAuthenticated && userDepositsRequired > 0 && hasActiveBooking}
<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-shrink-0">