From ba64a27a1e3d2c5e0811aa28d22948a33d03643a Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 8 Jun 2026 16:35:36 +0000 Subject: [PATCH] New form button uses accent soft colour https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index a47b8a8..2304702 100644 --- a/app/index.html +++ b/app/index.html @@ -832,7 +832,7 @@ function render() { claimGrid.appendChild(kbField('Base currency', baseCurDD)); claimCard.appendChild(claimGrid); - const newFormBtn = el('button', {type:'button', className:'kb-btn kb-btn--ghost', style:{marginTop:'12px'}, onClick: onNewForm}, 'New form'); + const newFormBtn = el('button', {type:'button', className:'kb-btn kb-btn--soft', style:{marginTop:'12px'}, onClick: onNewForm}, 'New form'); claimCard.appendChild(newFormBtn); wrap.appendChild(claimCard);