diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 7651accbf..eda75cf8f 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -28,7 +28,10 @@ height: 0; border-style: solid; border-width: 0 20px 20px 20px; - border-color: transparent transparent #6980fe transparent; + border-color: transparent transparent #f5f5f5 transparent; + top: -9px; + position: absolute; + left: 45%; } } }