Skip to content

Commit

Permalink
[Style] Use import/export icons for colour palette (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered authored Jan 20, 2025
1 parent 9c53bbd commit af658b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dialog/content/setting/ColorPaletteMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
optionValue="id"
/>
<Button
icon="pi pi-upload"
icon="pi pi-file-export"
text
:title="$t('g.export')"
@click="colorPaletteService.exportColorPalette(activePaletteId)"
/>
<Button
icon="pi pi-download"
icon="pi pi-file-import"
text
:title="$t('g.import')"
@click="importCustomPalette"
Expand Down

0 comments on commit af658b7

Please sign in to comment.