From fb906e21504454cbf09546ed5fde4d73af8462cd Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Mon, 1 Jun 2020 13:04:39 -0700 Subject: [PATCH] Consistent rounded corners on tx details modal/popup (#8714) --- ui/app/components/ui/popover/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/components/ui/popover/index.scss b/ui/app/components/ui/popover/index.scss index 4eb70d08f..1cf453914 100644 --- a/ui/app/components/ui/popover/index.scss +++ b/ui/app/components/ui/popover/index.scss @@ -85,6 +85,7 @@ justify-content: flex-start; align-items: stretch; align-content: stretch; + border-radius: 10px; } &-container {