mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
[Style] Use import/export icons for colour palette (#2300)
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
optionValue="id"
|
optionValue="id"
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
icon="pi pi-upload"
|
icon="pi pi-file-export"
|
||||||
text
|
text
|
||||||
:title="$t('g.export')"
|
:title="$t('g.export')"
|
||||||
@click="colorPaletteService.exportColorPalette(activePaletteId)"
|
@click="colorPaletteService.exportColorPalette(activePaletteId)"
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
icon="pi pi-download"
|
icon="pi pi-file-import"
|
||||||
text
|
text
|
||||||
:title="$t('g.import')"
|
:title="$t('g.import')"
|
||||||
@click="importCustomPalette"
|
@click="importCustomPalette"
|
||||||
|
|||||||
Reference in New Issue
Block a user