diff --git a/packages/website/ts/components/wallet/wallet_disconnected_item.tsx b/packages/website/ts/components/wallet/wallet_disconnected_item.tsx
index d74ca23f63..89e32f7beb 100644
--- a/packages/website/ts/components/wallet/wallet_disconnected_item.tsx
+++ b/packages/website/ts/components/wallet/wallet_disconnected_item.tsx
@@ -20,7 +20,12 @@ const styles: Styles = {
height: 80,
},
hrefAdjustment: {
- paddingTop: 20, // For some reason when we set the href prop of a FlatButton material-ui reduces the top padding
+ paddingTop: 20, // HACK: For some reason when we set the href prop of a FlatButton material-ui reduces the top padding
+ },
+ otherWalletText: {
+ fontSize: 14,
+ color: colors.grey500,
+ textDecoration: 'underline',
},
};
@@ -42,15 +47,12 @@ export const WalletDisconnectedItem: React.StatelessComponent