UI: Use font family setting when rendering MUI Link component (#2511)

This commit is contained in:
catloversg
2026-02-19 00:59:28 +07:00
committed by GitHub
parent 7c3473e98d
commit f7483243fd

View File

@@ -416,6 +416,13 @@ export function refreshTheme(): void {
}, },
}, },
}, },
MuiLink: {
styleOverrides: {
root: {
fontFamily: Settings.styles.fontFamily,
},
},
},
}, },
}); });