fix: color mode settings button (#648)
This commit is contained in:
parent
87eebd520e
commit
524f7005aa
6 changed files with 62 additions and 12 deletions
|
@ -10,10 +10,12 @@
|
|||
<p font-medium>{{ $t('settings.interface.font_size') }}</p>
|
||||
<SettingsFontSize select-settings />
|
||||
</label>
|
||||
<label space-y-2>
|
||||
<p font-medium>{{ $t('settings.interface.color_mode') }}</p>
|
||||
<div space-y-2>
|
||||
<p font-medium>
|
||||
{{ $t('settings.interface.color_mode') }}
|
||||
</p>
|
||||
<SettingsColorMode />
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</MainContent>
|
||||
</template>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue