From 2abf455abf2e23f73cf3c51497bcfdcc4274e4cb Mon Sep 17 00:00:00 2001 From: Arul Prabakaran Date: Mon, 31 Jan 2022 04:38:51 +0530 Subject: [PATCH] Updated border radius of .umb-notifications__notification to match button radius (#11745) --- .../src/less/components/notifications/umb-notifications.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less b/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less index 050f907acc..a63c6a521d 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less @@ -22,7 +22,7 @@ font-size: 14px; border: none; position: relative; - border-radius: 10px; + border-radius: 3px; margin: 10px; .close {