fix: embeds system theme (#3659)

Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
Nivedin
2023-12-16 17:01:23 +05:30
committed by GitHub
parent f93558324f
commit a0f5ebee39
2 changed files with 19 additions and 19 deletions

View File

@@ -83,7 +83,7 @@ watch(
applySetting("BG_COLOR", "dark")
} else if (parsedProperties.theme === "light") {
applySetting("BG_COLOR", "light")
} else if (parsedProperties.theme === "auto") {
} else if (parsedProperties.theme === "system") {
applySetting("BG_COLOR", "system")
}
properties.value = parsedProperties.options