From c54a4c3431e77eb14a0f2c698aae1d2bfee2cdc3 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 10 Jun 2026 09:58:44 +0500 Subject: [PATCH] mobile: fix button color --- apps/mobile/app/components/ui/pressable/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),