mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
New form button uses accent soft colour
https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ
This commit is contained in:
parent
faf83d034a
commit
ba64a27a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue