mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
refactor(forgeCLI): massive refactoring
This commit is contained in:
@@ -20,7 +20,7 @@ import type {
|
||||
import { getColorPalette } from './utils/themeColors'
|
||||
|
||||
const DEFAULT_VALUE: IPersonalizationData = {
|
||||
rootElement: document.body,
|
||||
rootElement: typeof document !== 'undefined' ? document.body : null,
|
||||
fontFamily: 'Onest',
|
||||
fontScale: 1,
|
||||
borderRadiusMultiplier: 1,
|
||||
|
||||
Reference in New Issue
Block a user