This commit is contained in:
Henry Jameson 2024-10-02 16:30:07 +03:00
commit e876c98d5e
3 changed files with 41 additions and 32 deletions

View file

@ -15,14 +15,14 @@
class="btn button-default"
@click="importPalette"
>
<FAIcon icon="file-import"/>
<FAIcon icon="file-import" />
{{ $t('settings.style.themes3.palette.import') }}
</button>
<button
class="btn button-default"
@click="exportPalette"
>
<FAIcon icon="file-export"/>
<FAIcon icon="file-export" />
{{ $t('settings.style.themes3.palette.export') }}
</button>
</div>