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(