aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/install_wallet_panel_content.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-15 08:15:29 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-16 04:41:49 +0800
commit29747a04874579d194f7f039b77bfcbcf33ed0c6 (patch)
tree302934ecbd4bf3070dab73863982c98b6ce5d3da /packages/instant/src/components/install_wallet_panel_content.tsx
parentb01db9141b90ed98c48c62823b6553873f940d0b (diff)
downloaddexon-sol-tools-29747a04874579d194f7f039b77bfcbcf33ed0c6.tar
dexon-sol-tools-29747a04874579d194f7f039b77bfcbcf33ed0c6.tar.gz
dexon-sol-tools-29747a04874579d194f7f039b77bfcbcf33ed0c6.tar.bz2
dexon-sol-tools-29747a04874579d194f7f039b77bfcbcf33ed0c6.tar.lz
dexon-sol-tools-29747a04874579d194f7f039b77bfcbcf33ed0c6.tar.xz
dexon-sol-tools-29747a04874579d194f7f039b77bfcbcf33ed0c6.tar.zst
dexon-sol-tools-29747a04874579d194f7f039b77bfcbcf33ed0c6.zip
feat: use blue for wallet prompt on mobile
Diffstat (limited to 'packages/instant/src/components/install_wallet_panel_content.tsx')
-rw-r--r--packages/instant/src/components/install_wallet_panel_content.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/instant/src/components/install_wallet_panel_content.tsx b/packages/instant/src/components/install_wallet_panel_content.tsx
index 5cba8d996..3cc5ccc6b 100644
--- a/packages/instant/src/components/install_wallet_panel_content.tsx
+++ b/packages/instant/src/components/install_wallet_panel_content.tsx
@@ -104,7 +104,12 @@ export class InstallWalletPanelContent extends React.Component<InstallWalletPane
text: 'What is Coinbase Wallet?',
},
action: (
- <Button href={actionUrl} width="100%" fontColor={ColorOption.white} backgroundColor={ColorOption.blue}>
+ <Button
+ href={actionUrl}
+ width="100%"
+ fontColor={ColorOption.white}
+ backgroundColor={ColorOption.darkBlue}
+ >
{actionText}
</Button>
),