diff --git a/src/screens/SignTxEmbed.tsx b/src/screens/SignTxEmbed.tsx index d3ad844..472fe3c 100644 --- a/src/screens/SignTxEmbed.tsx +++ b/src/screens/SignTxEmbed.tsx @@ -312,24 +312,24 @@ export const SignTxEmbed = () => { {isTxApprovalVisible && transactionDetails ? ( <> - - Account + + Account - - {`Balance (${transactionDetails.requestedNetwork.nativeDenom})`} + + {`Balance (${transactionDetails.requestedNetwork.nativeDenom})`} - + {transactionDetails.balance} - - Transaction Body + + Transaction Body {formattedTxBody} @@ -337,8 +337,8 @@ export const SignTxEmbed = () => { - - Auth Info + + Auth Info {formattedAuthInfo} @@ -346,8 +346,8 @@ export const SignTxEmbed = () => { - - Transaction Data To Be Signed + + Transaction Data To Be Signed {formattedSignDoc} diff --git a/src/styles/stylesheet.js b/src/styles/stylesheet.js index 30cca44..60091a5 100644 --- a/src/styles/stylesheet.js +++ b/src/styles/stylesheet.js @@ -355,21 +355,10 @@ const styles = StyleSheet.create({ marginTop: 12, marginBottom: 20, }, - section: { - marginBottom: 16, - }, - sectionTitle: { - fontSize: 24, - fontWeight: 'bold', - marginBottom: 8, - }, codeText: { fontFamily: 'monospace', fontSize: 12, }, - input: { - flex: 1, - }, }); export default styles;