From c3d039fe45ac1a624cf64a06f6d541958df98bcb Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Tue, 13 Aug 2024 16:24:20 +0530 Subject: [PATCH] fix: style of copy alert --- apps/OpenSign/src/pages/UserProfile.js | 5 +---- apps/OpenSign/src/primitives/Alert.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/apps/OpenSign/src/pages/UserProfile.js b/apps/OpenSign/src/pages/UserProfile.js index ddccb116e..d5b9c75d8 100644 --- a/apps/OpenSign/src/pages/UserProfile.js +++ b/apps/OpenSign/src/pages/UserProfile.js @@ -341,10 +341,7 @@ function UserProfile() { ) : (
{isAlert && ( - + {isAlert.message} )} diff --git a/apps/OpenSign/src/primitives/Alert.js b/apps/OpenSign/src/primitives/Alert.js index 5b605d1b4..b93dd80d2 100644 --- a/apps/OpenSign/src/primitives/Alert.js +++ b/apps/OpenSign/src/primitives/Alert.js @@ -25,7 +25,7 @@ const Alert = ({ children, type, className }) => { : "z-[1000] fixed top-20 left-1/2 transform -translate-x-1/2 text-sm" } `} > -
+
{children}