From a412628a383780995286b3cb20049f080b6afdc7 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sat, 6 Jun 2026 11:31:59 +0500 Subject: [PATCH] mobile: fix colors in signup --- apps/mobile/app/components/ui/input/form-input.tsx | 2 +- apps/mobile/app/components/ui/pressable/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/app/components/ui/input/form-input.tsx b/apps/mobile/app/components/ui/input/form-input.tsx index ecbf53cda..803f39af5 100644 --- a/apps/mobile/app/components/ui/input/form-input.tsx +++ b/apps/mobile/app/components/ui/input/form-input.tsx @@ -342,7 +342,7 @@ export function FormInput({ style={{ marginBottom: Spacing.LEVEL_1 }} - color={colors.primary.paragraph} + color={colors.secondary.paragraph} fontSize="XS" > {label} diff --git a/apps/mobile/app/components/ui/pressable/index.tsx b/apps/mobile/app/components/ui/pressable/index.tsx index 7c0df72a6..239236482 100644 --- a/apps/mobile/app/components/ui/pressable/index.tsx +++ b/apps/mobile/app/components/ui/pressable/index.tsx @@ -87,7 +87,7 @@ const buttonTypes = ( } => ({ plain: { primary: "transparent", - text: colors.secondary.buttonForeground, + text: colors.primary.buttonForeground, selected: colors.primary.hover, borderWidth: 0.8, borderSelectedColor: getColorLinearShade(