summaryrefslogtreecommitdiffhomepage
path: root/app/components/PreferencesStyles.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/PreferencesStyles.js')
-rw-r--r--app/components/PreferencesStyles.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/components/PreferencesStyles.js b/app/components/PreferencesStyles.js
index eaedf5f761..cafd37a016 100644
--- a/app/components/PreferencesStyles.js
+++ b/app/components/PreferencesStyles.js
@@ -13,15 +13,6 @@ export default {
flexDirection: 'column',
flex: 1,
},
- preferences__header: {
- flexGrow: 0,
- flexShrink: 0,
- flexBasis: 'auto',
- paddingTop: 16,
- paddingRight: 24,
- paddingLeft: 24,
- paddingBottom: 24,
- },
preferences__content: {
flexDirection: 'column',
flexGrow: 1,
@@ -51,13 +42,6 @@ export default {
},
}),
...createTextStyles({
- preferences__title: {
- fontFamily: 'DINPro',
- fontSize: 32,
- fontWeight: '900',
- lineHeight: 40,
- color: colors.white,
- },
preferences__cell_label: {
fontFamily: 'DINPro',
fontSize: 20,