Made Subbtle Progress on Light Mode

This commit is contained in:
2025-06-03 19:28:53 +10:00
parent b11dd89ff6
commit b3e84d08fa
2 changed files with 67 additions and 40 deletions
+4 -1
View File
@@ -116,10 +116,13 @@ const applyThemeStyles = function(): void {
// Apply the selected theme using StyleTag
themeStyleTag.css = selectedStyle;
};
// Make this function available globally so Settings can call it
(window as any).updateOLEDThemeStyles = applyThemeStyles;
// Apply the OLED theme initially
applyThemeStyles();
applyThemeStyles();