Skip to content

Commit fec0c35

Browse files
committed
Add success button styling to ForYouSection
Add buttonProps={{success: true}} to BaseWidgetItem in ForYouSection to make the CTA buttons green, consistent with the TimeSensitiveSection styling approach.
1 parent 520a521 commit fec0c35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/home/ForYouSection/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ function ForYouSection() {
8989
title={translate(translationKey, {count})}
9090
ctaText={translate('homePage.forYouSection.begin')}
9191
onCtaPress={handler}
92+
buttonProps={{success: true}}
9293
/>
9394
))}
9495
</View>

0 commit comments

Comments
 (0)