switching meta theme color to background color

This commit is contained in:
Jack 2021-07-24 14:23:36 +01:00
parent ccc1d2914c
commit e3734f1658

View file

@ -106,7 +106,7 @@ export function apply(themeName) {
$(".keymap-key").attr("style", "");
ChartController.updateAllChartColors();
updateFavicon(32, 14);
$("#metaThemeColor").attr("content", ThemeColors.main);
$("#metaThemeColor").attr("content", ThemeColors.bg);
}, 500);
}