oki692's picture
Upload folder using huggingface_hub
a1428e4 verified
export const setTextScale = (scale) => {
if (typeof document === 'undefined') {
return;
}
document.documentElement.style.setProperty('--app-text-scale', `${scale}`);
};