From 10f2a7fe4644849fb7a3e97c022ca4c107a126dc Mon Sep 17 00:00:00 2001 From: Awais Ansari Date: Tue, 10 Mar 2026 17:08:37 +0500 Subject: [PATCH] fix: improve x-axis mergin --- src/Notification/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notification/index.jsx b/src/Notification/index.jsx index b7fdf75..0fd9e76 100644 --- a/src/Notification/index.jsx +++ b/src/Notification/index.jsx @@ -230,7 +230,7 @@ Notifications.propTypes = { }; Notifications.defaultProps = { - margins: 'mx-4', + margins: 'mx-1.5', notificationAppData: { apps: {}, tabsCount: { count: 0 },