Fixes to dark mode (#238)
This commit is contained in:
parent
d054b1baf8
commit
df712a89d3
6 changed files with 29 additions and 18 deletions
|
@ -106,7 +106,7 @@ export function Component({
|
|||
}
|
||||
|
||||
return (
|
||||
<View style={s.flex1}>
|
||||
<View style={[s.flex1, pal.view]}>
|
||||
<ScrollView style={styles.inner}>
|
||||
<Text style={[styles.title, pal.text]}>Edit my profile</Text>
|
||||
<View style={styles.photos}>
|
||||
|
@ -130,7 +130,7 @@ export function Component({
|
|||
</View>
|
||||
)}
|
||||
<View>
|
||||
<Text style={styles.label}>Display Name</Text>
|
||||
<Text style={[styles.label, pal.text]}>Display Name</Text>
|
||||
<TextInput
|
||||
style={[styles.textInput, pal.text]}
|
||||
placeholder="e.g. Alice Roberts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue