From 907e8d6a77bb6e123c20b734405eadf730b9e28b Mon Sep 17 00:00:00 2001 From: David Walsh Date: Fri, 30 Oct 2020 13:38:58 -0500 Subject: [PATCH] Remove border radius from transfer button (#9767) --- ui/app/pages/send/send.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/pages/send/send.scss b/ui/app/pages/send/send.scss index 7db779e2b..7469db5bb 100644 --- a/ui/app/pages/send/send.scss +++ b/ui/app/pages/send/send.scss @@ -55,6 +55,7 @@ padding: 1rem; border-bottom: 1px solid $alto; + border-radius: 0; align-items: center; justify-content: flex-start; }