cfb0fa4
1
2
3
4
5
6
7
8
export const setTextScale = (scale) => { if (typeof document === 'undefined') { return; } document.documentElement.style.setProperty('--app-text-scale', `${scale}`); };