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