mobile: fix button color

This commit is contained in:
Ammar Ahmed
2026-06-10 09:58:44 +05:00
parent ff1b3f3bb7
commit c54a4c3431

View File

@@ -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),