mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-21 13:01:27 -03:00
fix(recipes): restore primary style on checkpoint Send to ComfyUI button
This commit is contained in:
@@ -1595,7 +1595,7 @@ class RecipeModal {
|
|||||||
let headerAction = '';
|
let headerAction = '';
|
||||||
if (existsLocally && localPath) {
|
if (existsLocally && localPath) {
|
||||||
headerAction = `
|
headerAction = `
|
||||||
<button class="resource-action compact checkpoint-send">
|
<button class="resource-action primary compact checkpoint-send">
|
||||||
<i class="fas fa-paper-plane"></i>
|
<i class="fas fa-paper-plane"></i>
|
||||||
<span>${translate('recipes.actions.sendCheckpoint', {}, 'Send to ComfyUI')}</span>
|
<span>${translate('recipes.actions.sendCheckpoint', {}, 'Send to ComfyUI')}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user