diff --git a/src/earn/EarnCta.tsx b/src/earn/EarnCta.tsx index e54cc3713d6..eebe304e3cb 100644 --- a/src/earn/EarnCta.tsx +++ b/src/earn/EarnCta.tsx @@ -12,35 +12,39 @@ import { Spacing } from 'src/styles/styles' export default function EarnCta() { const { t } = useTranslation() return ( - { - ValoraAnalytics.track(EarnEvents.earn_cta_press) - }} - testID="EarnCta" - > - <> - {t('earnFlow.cta.title')} - - - - {t('earnFlow.cta.subtitle')} - {t('earnFlow.cta.description')} + + { + ValoraAnalytics.track(EarnEvents.earn_cta_press) + }} + testID="EarnCta" + > + <> + {t('earnFlow.cta.title')} + + + + {t('earnFlow.cta.subtitle')} + {t('earnFlow.cta.description')} + - - - + + + ) } const styles = StyleSheet.create({ + container: { + marginBottom: Spacing.Thick24, + }, touchable: { padding: Spacing.Regular16, borderColor: Colors.gray2, borderWidth: 1, borderRadius: 8, - marginBottom: Spacing.Thick24, }, title: { ...typeScale.labelSemiBoldMedium,