mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-28 21:50:46 +02:00
chore: linting
This commit is contained in:
@@ -94,7 +94,9 @@ export function CustomThemeProvider({ children }: CustomThemeProviderProps) {
|
||||
};
|
||||
|
||||
// Apply after a short delay to ensure CSS has loaded
|
||||
setTimeout(reapplyCustomTheme, 100);
|
||||
setTimeout(() => {
|
||||
void reapplyCustomTheme();
|
||||
}, 100);
|
||||
}
|
||||
}, [isLoading, _mounted]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user