From f4ee066229e6ed423cab1259104d09ef51bdeadd Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Mon, 9 Feb 2026 11:16:23 +0100 Subject: [PATCH] Make cancel button a clear bordered button instead of a text link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ciphera values clarity — if a user wants to cancel, the option should be honest and easy to find, not hidden. Neutral bordered pill that highlights red on hover communicates this respectfully. Co-authored-by: Cursor --- components/settings/OrganizationSettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx index 435cc1b..a25a129 100644 --- a/components/settings/OrganizationSettings.tsx +++ b/components/settings/OrganizationSettings.tsx @@ -833,7 +833,7 @@ export default function OrganizationSettings() { {/* Quick actions */} -
+
{subscription.has_payment_method && (