diff --git a/ReactNativeClient/lib/components/screens/config.js b/ReactNativeClient/lib/components/screens/config.js index 7ac0b57d24..24b5800647 100644 --- a/ReactNativeClient/lib/components/screens/config.js +++ b/ReactNativeClient/lib/components/screens/config.js @@ -125,6 +125,7 @@ class ConfigScreenComponent extends BaseScreenComponent { sliderUnits: { color: theme.color, fontSize: theme.fontSize, + marginRight: 10, }, settingDescriptionText: { color: theme.color, @@ -307,9 +308,9 @@ class ConfigScreenComponent extends BaseScreenComponent { return ( {md.label()} - - updateSettingValue(key, value)} /> + {unitLabel} + updateSettingValue(key, value)} /> );