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