diff options
Diffstat (limited to 'app/components/AdvancedSettingsStyles.js')
| -rw-r--r-- | app/components/AdvancedSettingsStyles.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/components/AdvancedSettingsStyles.js b/app/components/AdvancedSettingsStyles.js index 75ed925b70..95ec71fb41 100644 --- a/app/components/AdvancedSettingsStyles.js +++ b/app/components/AdvancedSettingsStyles.js @@ -137,7 +137,7 @@ export default { fontWeight: '600', lineHeight: 20, letterSpacing: -0.2, - color: 'rgba(255,255,255,0.8)' - } - }) -};
\ No newline at end of file + color: 'rgba(255,255,255,0.8)', + }, + }), +}; |
