fix(recipes): restore primary style on checkpoint Send to ComfyUI button

This commit is contained in:
Will Miao
2026-08-21 10:00:08 +08:00
parent bd380bc1a1
commit 0905e2be6e
+1 -1
View File
@@ -1595,7 +1595,7 @@ class RecipeModal {
let headerAction = '';
if (existsLocally && localPath) {
headerAction = `
<button class="resource-action compact checkpoint-send">
<button class="resource-action primary compact checkpoint-send">
<i class="fas fa-paper-plane"></i>
<span>${translate('recipes.actions.sendCheckpoint', {}, 'Send to ComfyUI')}</span>
</button>