diff --git a/app/views/send.js b/app/views/send.js index 622e02b..a6dec1b 100644 --- a/app/views/send.js +++ b/app/views/send.js @@ -143,6 +143,13 @@ const InfoCardLabel = styled(TextComponent)` margin-bottom: 10px; `; +const InfoCardSubLabel = styled(TextComponent)` + opacity: 0.5; + margin-top: -7px; + margin-bottom: 10px; + font-size: 9px; +`; + const InfoCardUSD = styled(TextComponent)` opacity: 0.5; margin-top: 2.5px; @@ -754,13 +761,14 @@ class Component extends PureComponent { - + +