fix: color mode settings button (#648)

This commit is contained in:
Joaquín Sánchez 2022-12-29 20:27:11 +01:00 committed by GitHub
parent 87eebd520e
commit 524f7005aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 62 additions and 12 deletions

View file

@ -79,12 +79,12 @@ async function importTokens() {
<div my4 border="t base" />
<button btn-text flex="~ gap-2" items-center @click="exportTokens">
<div i-ri-download-2-line />
Export User Tokens
{{ $t('settings.users.export') }}
</button>
</template>
<button btn-text flex="~ gap-2" items-center @click="importTokens">
<div i-ri-upload-2-line />
Import User Tokens
{{ $t('settings.users.import') }}
</button>
</div>
</MainContent>