This commit is contained in:
@@ -55,7 +55,7 @@ export function ThemeProvider({ children }: { children: ReactNode }) {
|
||||
try {
|
||||
const settings = await getPublicSettings();
|
||||
applyClientColors(settings);
|
||||
} catch (_) { /* ignore */ }
|
||||
} catch { /* ignore */ }
|
||||
};
|
||||
fetchColors();
|
||||
const onVisibility = () => {
|
||||
|
||||
Reference in New Issue
Block a user