From d7aaec16d39caa5a3f8fbf351b5b6c73dfa9872a Mon Sep 17 00:00:00 2001 From: Nathan Minchow Date: Sat, 12 Jan 2019 11:50:17 -0600 Subject: [PATCH] feat: Add labels to theme groups (#867) --- src/routes/_components/settings/instance/ThemeSettings.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/routes/_components/settings/instance/ThemeSettings.html b/src/routes/_components/settings/instance/ThemeSettings.html index 9feff6a..32ed3e0 100644 --- a/src/routes/_components/settings/instance/ThemeSettings.html +++ b/src/routes/_components/settings/instance/ThemeSettings.html @@ -2,6 +2,11 @@
{#each themeGroups as themeGroup}
+ {#if themeGroup.dark} +

Dark Background

+ {:else} +

Light Background

+ {/if} {#each themeGroup.themes as theme}