feat(ui): add font size outline when focused (#2798)

This commit is contained in:
Joaquín Sánchez 2024-04-12 19:19:37 +02:00 committed by GitHub
parent 9fa8149f68
commit 14162f8bcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 3 deletions

View file

@ -14,10 +14,12 @@ useHydratedHead({
</div>
</template>
<div p6 flex="~ col gap6">
<label space-y-2>
<p font-medium>{{ $t('settings.interface.font_size') }}</p>
<div space-y-2>
<p font-medium>
{{ $t('settings.interface.font_size') }}
</p>
<SettingsFontSize select-settings />
</label>
</div>
<div space-y-2>
<p font-medium>
{{ $t('settings.interface.color_mode') }}