diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss
index 4757e3cc2..de9cab61c 100644
--- a/src/sass/views/tab-receive.scss
+++ b/src/sass/views/tab-receive.scss
@@ -21,6 +21,13 @@
padding-left: 5px;
}
}
+ .button-address {
+ margin-top: 5px;
+ background: transparent;
+ border: none;
+ font-size: 12px;
+ color: $v-text-accent-color;
+ }
.address {
background: #fff;
overflow: auto;
diff --git a/www/views/tab-receive.html b/www/views/tab-receive.html
index 3da92d152..fb335c420 100644
--- a/www/views/tab-receive.html
+++ b/www/views/tab-receive.html
@@ -40,10 +40,17 @@