New form button uses accent soft colour

https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ
This commit is contained in:
Claude 2026-06-08 16:35:36 +00:00
parent faf83d034a
commit ba64a27a1e
No known key found for this signature in database

View file

@ -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);