diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 2d5368a8d..5ecd6d819 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -52,6 +52,15 @@ } } } + .wallet-details__item.item { + padding-top: 0; + padding-bottom: 0; + + .wallet-details__tx-icon { + background: #fff; + border-radius: 50px; + } + } .next-step.item { padding-top: 27px; padding-bottom: 27px; diff --git a/www/views/tab-home.html b/www/views/tab-home.html index af0679fed..c2815c666 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -42,7 +42,7 @@ -->