From d4bdf04061c6a52dd93b5379eeabccfbcdf98386 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Tue, 22 Jul 2025 09:34:43 -0700 Subject: [PATCH] improvement: responsive and border color --- .../SecretDashboardPage/components/CommitForm/CommitForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/secret-manager/SecretDashboardPage/components/CommitForm/CommitForm.tsx b/frontend/src/pages/secret-manager/SecretDashboardPage/components/CommitForm/CommitForm.tsx index ac45cf4a6..c2e3ab12b 100644 --- a/frontend/src/pages/secret-manager/SecretDashboardPage/components/CommitForm/CommitForm.tsx +++ b/frontend/src/pages/secret-manager/SecretDashboardPage/components/CommitForm/CommitForm.tsx @@ -296,7 +296,7 @@ export const CommitForm: React.FC = ({ <> {/* Floating Panel */} {!isModalOpen && ( -
+
{/* Left Content */}
@@ -311,7 +311,7 @@ export const CommitForm: React.FC = ({ {/* Description */}

- Review your pending changes and commit them to apply the updates. + Review pending changes and commit them to apply the updates.