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