From 98e88ef3f958cc9597d4c35b11589aa3c3c276ab Mon Sep 17 00:00:00 2001 From: Marty Alcala Date: Tue, 8 Nov 2016 14:15:24 -0500 Subject: [PATCH] update tx icons --- src/sass/views/walletDetails.scss | 2 +- www/img/icon-tx-moved-outline.svg | 21 +++++++++++++++++++++ www/img/icon-tx-received-outline.svg | 19 +++++++++++++++++++ www/img/icon-tx-sent-outline.svg | 21 +++++++++++++++++++++ www/views/walletDetails.html | 6 +++--- 5 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 www/img/icon-tx-moved-outline.svg create mode 100644 www/img/icon-tx-received-outline.svg create mode 100644 www/img/icon-tx-sent-outline.svg diff --git a/src/sass/views/walletDetails.scss b/src/sass/views/walletDetails.scss index c4c7900fd..bb23f245d 100644 --- a/src/sass/views/walletDetails.scss +++ b/src/sass/views/walletDetails.scss @@ -6,7 +6,7 @@ font-weight: bold; } &--received { - color: #30af6c; + color: #09C286; } &--sent { color: $dark-gray; diff --git a/www/img/icon-tx-moved-outline.svg b/www/img/icon-tx-moved-outline.svg new file mode 100644 index 000000000..1f15f2d7e --- /dev/null +++ b/www/img/icon-tx-moved-outline.svg @@ -0,0 +1,21 @@ + + + + Group 2 + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/img/icon-tx-received-outline.svg b/www/img/icon-tx-received-outline.svg new file mode 100644 index 000000000..2c095480c --- /dev/null +++ b/www/img/icon-tx-received-outline.svg @@ -0,0 +1,19 @@ + + + + Group 2 + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/img/icon-tx-sent-outline.svg b/www/img/icon-tx-sent-outline.svg new file mode 100644 index 000000000..790099585 --- /dev/null +++ b/www/img/icon-tx-sent-outline.svg @@ -0,0 +1,21 @@ + + + + Group 2 + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/views/walletDetails.html b/www/views/walletDetails.html index 22ac125d5..cddbe11a7 100644 --- a/www/views/walletDetails.html +++ b/www/views/walletDetails.html @@ -197,9 +197,9 @@
- - - + + +