87 dark mode edit profile (#162)

* Adds dark mode to delete account screen

* Adds one more missed darkmode

* more fixes
This commit is contained in:
Aryan Goharzad
2023-02-06 14:30:34 -05:00
committed by GitHub
parent a5b5fdd797
commit bc97aad555
+2 -2
View File
@@ -139,7 +139,7 @@ export function Component({
<BottomSheetTextInput
style={[styles.textInput, pal.text]}
placeholder="e.g. Alice Roberts"
placeholderTextColor={pal.textLight}
placeholderTextColor={colors.gray4}
value={displayName}
onChangeText={v => setDisplayName(enforceLen(v, MAX_DISPLAY_NAME))}
/>
@@ -147,7 +147,7 @@ export function Component({
<View style={s.pb10}>
<Text style={[styles.label, pal.text]}>Description</Text>
<BottomSheetTextInput
style={[styles.textArea]}
style={[styles.textArea, pal.text]}
placeholder="e.g. Artist, dog-lover, and memelord."
placeholderTextColor={colors.gray4}
multiline