diff --git a/screen/lnd/lnurlPaySuccess.js b/screen/lnd/lnurlPaySuccess.js index ebbdd178d..4889ca36b 100644 --- a/screen/lnd/lnurlPaySuccess.js +++ b/screen/lnd/lnurlPaySuccess.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import PropTypes from 'prop-types'; -import { View, Text, Linking, StyleSheet, Image, ScrollView } from 'react-native'; +import { View, Linking, StyleSheet, Image, ScrollView } from 'react-native'; import AsyncStorage from '@react-native-async-storage/async-storage'; import { BlueButtonLink, BlueCard, BlueLoading, BlueSpacing20, BlueSpacing40, BlueText } from '../../BlueComponents'; import navigationStyle from '../../components/navigationStyle'; @@ -86,7 +86,7 @@ export default class LnurlPaySuccess extends Component { {(preamble || url || message) && ( - {preamble} + {preamble} {url ? ( ) : ( - - {message} - + {message} )} @@ -167,9 +165,6 @@ const styles = StyleSheet.create({ textAlign: 'center', margin: 4, }, - successValue: { - fontWeight: 'bold', - }, description: { marginTop: 20, },