aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/appearance/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/appearance/index.js')
-rw-r--r--src/features/appearance/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/features/appearance/index.js b/src/features/appearance/index.js
index b5648250e..87651a3f4 100644
--- a/src/features/appearance/index.js
+++ b/src/features/appearance/index.js
@@ -1,7 +1,8 @@
1import color from 'color'; 1import color from 'color';
2import { reaction } from 'mobx'; 2import { reaction } from 'mobx';
3import themeInfo from '../../assets/themeInfo.json'; 3import themeInfo from '../../assets/themeInfo.json';
4import { DEFAULT_APP_SETTINGS, iconSizeBias } from '../../config'; 4import { iconSizeBias } from '../../config';
5import { DEFAULT_APP_SETTINGS } from '../../environment';
5 6
6const STYLE_ELEMENT_ID = 'custom-appearance-style'; 7const STYLE_ELEMENT_ID = 'custom-appearance-style';
7 8