mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
Fixed setting dark mode issue
This commit is contained in:
parent
e92f3742b6
commit
756dd61d25
@ -63,7 +63,7 @@ class SettingsScreen extends PureComponent {
|
||||
})}
|
||||
/>
|
||||
|
||||
<ScrollView>
|
||||
<ScrollView style={styles.container}>
|
||||
<View style={styles.settingsCard}>
|
||||
<SettingsItem
|
||||
title={intl.formatMessage({
|
||||
|
@ -1,6 +1,9 @@
|
||||
import EStyleSheet from 'react-native-extended-stylesheet';
|
||||
|
||||
export default EStyleSheet.create({
|
||||
container: {
|
||||
backgroundColor: '$primaryLightBackground',
|
||||
},
|
||||
settingsCard: {
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
paddingLeft: 42,
|
||||
|
Loading…
Reference in New Issue
Block a user