From 7935c96be0e9d790fa641e7cd72ffb0dd4b5eafa Mon Sep 17 00:00:00 2001 From: mqmalagris <63169613+mqmalagris@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:24:09 -0300 Subject: [PATCH 1/7] fix: improve price contrast on dark theme text-ghost (#2a3a4e) was nearly invisible against the dark slab background; switch annual price line and plan picker labels to text-muted/text-white-70. --- apps/web/src/components/AccountView.svelte | 6 +++--- apps/web/src/components/LandingPage.svelte | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/AccountView.svelte b/apps/web/src/components/AccountView.svelte index 2fe982f..4ea7b01 100644 --- a/apps/web/src/components/AccountView.svelte +++ b/apps/web/src/components/AccountView.svelte @@ -227,7 +227,7 @@ {#if !user.isPremium} {#if plans?.monthly && plans?.annual}
-
{t("chooseBilling")}
+
{t("chooseBilling")}