web/settings: move switcher description to correct component

This commit is contained in:
wukko
2024-07-10 19:35:23 +06:00
parent d8420116dc
commit c013134b70
7 changed files with 42 additions and 41 deletions

View File

@@ -12,12 +12,8 @@
import LanguageAutoToggle from "$components/settings/LanguageAutoToggle.svelte";
</script>
<SettingsCategory
sectionId="theme"
title={$t("settings.theme")}
description={$t("settings.theme.description")}
>
<Switcher big={true}>
<SettingsCategory sectionId="theme" title={$t("settings.theme")}>
<Switcher big={true} description={$t("settings.theme.description")}>
{#each themeOptions as value}
<SettingsButton
settingContext="appearance"