Compare commits

...

1 Commits

Author SHA1 Message Date
Terry Jia
74f610165c fix mask editor icon missing 2025-10-28 14:11:54 -04:00

View File

@@ -7,10 +7,10 @@
}"
severity="secondary"
text
icon="pi pi-pencil"
icon-class="w-4 h-4"
@click="openMaskEditor"
>
<i-comfy:mask class="!h-4 !w-4" />
</Button>
/>
</template>
<script setup lang="ts">