From ada4df1971f8fb0a1efc6d094a5c03cc7fdd4d5b Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 20 Aug 2022 11:29:31 -0400 Subject: Fix invalid default values for popupTheme and popupOuterTheme (#2180) * Fix invalid default values for popupTheme and popupOuterTheme * Options update --- ext/data/schemas/options-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/data') diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 37b32bbf..09398fb0 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -215,12 +215,12 @@ "popupTheme": { "type": "string", "enum": ["light", "dark", "browser"], - "default": "default" + "default": "light" }, "popupOuterTheme": { "type": "string", "enum": ["light", "dark", "browser", "site"], - "default": "default" + "default": "light" }, "customPopupCss": { "type": "string", -- cgit v1.2.3