aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-29 01:03:19 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-29 01:03:19 +0700
commitd764e6e29e19c50a4e285df41289774ec80a9bbb (patch)
tree13ab73ed87ef8d061382caa0499131568ae91dd2 /src/features
parentUpdate ref to latest recipes fixes (diff)
downloadferdium-app-d764e6e29e19c50a4e285df41289774ec80a9bbb.tar.gz
ferdium-app-d764e6e29e19c50a4e285df41289774ec80a9bbb.tar.zst
ferdium-app-d764e6e29e19c50a4e285df41289774ec80a9bbb.zip
Rename server to internal-server to avoid confusion
Diffstat (limited to 'src/features')
-rw-r--r--src/features/appearance/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/appearance/index.js b/src/features/appearance/index.js
index cd4d60c20..8a81054df 100644
--- a/src/features/appearance/index.js
+++ b/src/features/appearance/index.js
@@ -54,7 +54,7 @@ function generateServiceRibbonWidthStyle(width) {
54 .tab-item .tab-item__icon { 54 .tab-item .tab-item__icon {
55 width: ${width / 2}px !important; 55 width: ${width / 2}px !important;
56 } 56 }
57 ` 57 `;
58} 58}
59 59
60function generateStyle(settings) { 60function generateStyle(settings) {
@@ -62,7 +62,7 @@ function generateStyle(settings) {
62 62
63 const { 63 const {
64 accentColor, 64 accentColor,
65 serviceRibbonWidth 65 serviceRibbonWidth,
66 } = settings; 66 } = settings;
67 67
68 if (accentColor !== DEFAULT_APP_SETTINGS.accentColor) { 68 if (accentColor !== DEFAULT_APP_SETTINGS.accentColor) {