From a0f5ebee39f22d348d6264642b78cee1e1cdd7e0 Mon Sep 17 00:00:00 2001 From: Nivedin <53208152+nivedin@users.noreply.github.com> Date: Sat, 16 Dec 2023 17:01:23 +0530 Subject: [PATCH] fix: embeds system theme (#3659) Co-authored-by: jamesgeorge007 --- .../src/components/share/templates/Embeds.vue | 36 +++++++++---------- .../hoppscotch-common/src/pages/e/_id.vue | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) 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