diff --git a/apps/mobile/app/components/ui/pressable/index.tsx b/apps/mobile/app/components/ui/pressable/index.tsx index c682ef11f..a54ff9910 100644 --- a/apps/mobile/app/components/ui/pressable/index.tsx +++ b/apps/mobile/app/components/ui/pressable/index.tsx @@ -117,7 +117,7 @@ const buttonTypes = ( }, secondary: { primary: colors.secondary.background, - text: colors.primary.buttonForeground, + text: colors.primary.paragraph, selected: colors.secondary.background, borderWidth: 0.8, borderColor: getColorLinearShade(colors.secondary.background, 0.05, isDark),