From 75ed9468f94f56e2df40e9d5341958cf259c5430 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Jan 2024 23:12:34 +0100 Subject: [PATCH] fix notification border-radius --- src/renderer/src/style/fix.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/src/style/fix.less b/src/renderer/src/style/fix.less index 9ce7146..8ce777f 100644 --- a/src/renderer/src/style/fix.less +++ b/src/renderer/src/style/fix.less @@ -148,6 +148,8 @@ .ant-notification-notice { background-color: var(--background-color-primary) !important; + border-radius: 12px; + h1, h2, h3,