Fix brand color picker - use showModal instead of openModal

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-01-23 12:02:13 -08:00
parent 046f57b302
commit 3b7225e57f

View file

@ -1169,7 +1169,7 @@ const Portal = {
</div>
</div>
`;
this.openModal();
this.showModal();
// Sync inputs
const colorInput = document.getElementById('brandColorInput');