diff --git a/web/cashtab/src/components/Home/Tx.js b/web/cashtab/src/components/Home/Tx.js --- a/web/cashtab/src/components/Home/Tx.js +++ b/web/cashtab/src/components/Home/Tx.js @@ -69,6 +69,9 @@ } `; +const GenesisHeader = styled.h3``; +const ReceivedHeader = styled.h3``; + const LeftTextCtn = styled.div` text-align: left; display: flex; @@ -81,10 +84,10 @@ font-weight: 700; margin: 0; } - .genesis { + ${GenesisHeader} { color: ${props => props.theme.genesisGreen}; } - .received { + ${ReceivedHeader} { color: ${props => props.theme.eCashBlue}; } h4 { @@ -376,7 +379,7 @@ Open in Explorer ) : ( - + + Genesis - + ) : ( -

- Sent -

+

Sent

)} ) : ( -

+ Received -

+ {addressesInContactList.includes( data.replyAddress, diff --git a/web/cashtab/src/components/Home/__tests__/__snapshots__/Home.test.js.snap b/web/cashtab/src/components/Home/__tests__/__snapshots__/Home.test.js.snap --- a/web/cashtab/src/components/Home/__tests__/__snapshots__/Home.test.js.snap +++ b/web/cashtab/src/components/Home/__tests__/__snapshots__/Home.test.js.snap @@ -3,15 +3,15 @@ exports[`Wallet with BCH balances 1`] = ` Array [

MigrationTestAlpha

0 @@ -19,26 +19,26 @@
,