Fixed setting dark mode issue

This commit is contained in:
Mustafa Buyukcelebi 2019-04-26 12:25:51 +03:00
parent e92f3742b6
commit 756dd61d25
2 changed files with 4 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class SettingsScreen extends PureComponent {
})}
/>
<ScrollView>
<ScrollView style={styles.container}>
<View style={styles.settingsCard}>
<SettingsItem
title={intl.formatMessage({

View File

@ -1,6 +1,9 @@
import EStyleSheet from 'react-native-extended-stylesheet';
export default EStyleSheet.create({
container: {
backgroundColor: '$primaryLightBackground',
},
settingsCard: {
backgroundColor: '$primaryBackgroundColor',
paddingLeft: 42,