From bbc43f7428a4040e982403bd944fdec015a1564e Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Fri, 3 Apr 2026 14:20:44 -0500 Subject: [PATCH] fix: improve Cancel button contrast in AI disclaimer modal Changed variant from 'outline' to 'secondary' for better visibility in dark theme. The outline variant had insufficient contrast making the button difficult to read. --- src/pages/NewIssue/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/NewIssue/index.tsx b/src/pages/NewIssue/index.tsx index 64c131b6..44dc38e8 100644 --- a/src/pages/NewIssue/index.tsx +++ b/src/pages/NewIssue/index.tsx @@ -162,7 +162,7 @@ export default function NewIssue() {