-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Home page] [Release 4] Adding time sensitive actions for broken connections #80974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6f6974d
541f7f0
b74eda9
7821f7d
22147cc
137d226
9c077ee
2507e28
04e3ac8
1be2d4c
5ce99e2
e4b4426
1813e43
793a921
db53228
daa196e
43cb195
72ac942
2285140
520a521
fec0c35
fbc8899
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ function ActivateCard({card}: ActivateCardProps) { | |
| subtitle={translate('homePage.timeSensitiveSection.activateCard.subtitle')} | ||
| ctaText={translate('homePage.timeSensitiveSection.activateCard.cta')} | ||
| onCtaPress={() => Navigation.navigate(ROUTES.SETTINGS_WALLET_CARD_ACTIVATE.getRoute(String(card.cardID)))} | ||
| buttonProps={{success: true}} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mountiny we need to add this button prop styling to to
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agree! |
||
| /> | ||
| ); | ||
| } | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.