You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/style/themeManager.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,6 @@ export class ThemeManager {
21
21
components: {}asExtendable
22
22
}
23
23
24
-
//TODO: deprecate on V6
25
-
setTheme(overrides: Dictionary<string>){
26
-
console.warn('ThemeManager.setTheme() is deprecated. Please remove usage before next uilib major version update. Consider using ThemeManager.setComponentTheme instead');
0 commit comments