feat: font size picker

This commit is contained in:
liyasthomas
2021-08-03 21:35:01 +05:30
parent 17192c898b
commit d0c0a543cf
11 changed files with 186 additions and 44 deletions

View File

@@ -124,7 +124,7 @@
</section>
<section>
<h4 class="font-bold text-secondaryDark">
{{ $t("color") }}
{{ $t("settings.accent_color") }}
</h4>
<div class="mt-1 text-secondaryLight">
{{ active.charAt(0).toUpperCase() + active.slice(1) }}
@@ -135,7 +135,15 @@
</section>
<section>
<h4 class="font-bold text-secondaryDark">
{{ $t("choose_language") }}
{{ $t("settings.font_size") }}
</h4>
<div class="mt-4">
<SmartFontSizePicker />
</div>
</section>
<section>
<h4 class="font-bold text-secondaryDark">
{{ $t("settings.language") }}
</h4>
<div class="mt-4">
<SmartChangeLanguage />