From 3b7225e57f1caf340eb70f4421058add741a9e25 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Fri, 23 Jan 2026 12:02:13 -0800 Subject: [PATCH] Fix brand color picker - use showModal instead of openModal Co-Authored-By: Claude Opus 4.5 --- portal/portal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/portal.js b/portal/portal.js index 82737cb..c49555d 100644 --- a/portal/portal.js +++ b/portal/portal.js @@ -1169,7 +1169,7 @@ const Portal = { `; - this.openModal(); + this.showModal(); // Sync inputs const colorInput = document.getElementById('brandColorInput');