diff --git a/packages/hoppscotch-common/src/components/share/templates/Embeds.vue b/packages/hoppscotch-common/src/components/share/templates/Embeds.vue index 3aed7e90b..fee9c2a2e 100644 --- a/packages/hoppscotch-common/src/components/share/templates/Embeds.vue +++ b/packages/hoppscotch-common/src/components/share/templates/Embeds.vue @@ -1,28 +1,28 @@ diff --git a/packages/hoppscotch-common/src/pages/e/_id.vue b/packages/hoppscotch-common/src/pages/e/_id.vue index b9afd5977..12d132bde 100644 --- a/packages/hoppscotch-common/src/pages/e/_id.vue +++ b/packages/hoppscotch-common/src/pages/e/_id.vue @@ -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