From 394c12856b94dca914841c8aae6f46e3603ace90 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 8 Jun 2026 12:21:24 +0500 Subject: [PATCH] mobile: minor ui fixes --- apps/mobile/app/common/design/theme.ts | 2 +- apps/mobile/app/components/loading/index.tsx | 1 + apps/mobile/app/hooks/use-pricing-plans.ts | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/mobile/app/common/design/theme.ts b/apps/mobile/app/common/design/theme.ts index aaee18381..6e4e8e6f7 100644 --- a/apps/mobile/app/common/design/theme.ts +++ b/apps/mobile/app/common/design/theme.ts @@ -55,7 +55,7 @@ export const THEME_LIGHT: any = { buttonForeground: "#FFFFFF" }, secondary: { - accent: "#7FC39A", + accent: "#0D9E46", accentForeground: "#ffffff", paragraph: "#858585", background: "#F7F7F7", diff --git a/apps/mobile/app/components/loading/index.tsx b/apps/mobile/app/components/loading/index.tsx index 11ddfe03f..c31eaff72 100644 --- a/apps/mobile/app/components/loading/index.tsx +++ b/apps/mobile/app/components/loading/index.tsx @@ -72,6 +72,7 @@ export const Loading = (props: { marginBottom: Spacing.LEVEL_1 }} fontSize="XL" + lineHeight={undefined} > {props.title} diff --git a/apps/mobile/app/hooks/use-pricing-plans.ts b/apps/mobile/app/hooks/use-pricing-plans.ts index 533195c28..0e348c886 100644 --- a/apps/mobile/app/hooks/use-pricing-plans.ts +++ b/apps/mobile/app/hooks/use-pricing-plans.ts @@ -35,22 +35,22 @@ function numberWithCommas(x: string) { export const PlanOverView = { free: { - storage: `50 MB/mo`, + storage: `50 MB`, fileSize: `1 MB`, hdImages: "No" }, essential: { storage: `1 GB`, - fileSize: `100 MB/mo`, + fileSize: `100 MB`, hdImages: "No" }, pro: { - storage: `10 GB/mo`, + storage: `10 GB`, fileSize: `1 GB`, hdImages: "Yes" }, believer: { - storage: `25 GB/mo`, + storage: `25 GB`, fileSize: `5 GB`, hdImages: "Yes" }