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:
@@ -139,7 +139,7 @@ export function Component({
|
|||||||
<BottomSheetTextInput
|
<BottomSheetTextInput
|
||||||
style={[styles.textInput, pal.text]}
|
style={[styles.textInput, pal.text]}
|
||||||
placeholder="e.g. Alice Roberts"
|
placeholder="e.g. Alice Roberts"
|
||||||
placeholderTextColor={pal.textLight}
|
placeholderTextColor={colors.gray4}
|
||||||
value={displayName}
|
value={displayName}
|
||||||
onChangeText={v => setDisplayName(enforceLen(v, MAX_DISPLAY_NAME))}
|
onChangeText={v => setDisplayName(enforceLen(v, MAX_DISPLAY_NAME))}
|
||||||
/>
|
/>
|
||||||
@@ -147,7 +147,7 @@ export function Component({
|
|||||||
<View style={s.pb10}>
|
<View style={s.pb10}>
|
||||||
<Text style={[styles.label, pal.text]}>Description</Text>
|
<Text style={[styles.label, pal.text]}>Description</Text>
|
||||||
<BottomSheetTextInput
|
<BottomSheetTextInput
|
||||||
style={[styles.textArea]}
|
style={[styles.textArea, pal.text]}
|
||||||
placeholder="e.g. Artist, dog-lover, and memelord."
|
placeholder="e.g. Artist, dog-lover, and memelord."
|
||||||
placeholderTextColor={colors.gray4}
|
placeholderTextColor={colors.gray4}
|
||||||
multiline
|
multiline
|
||||||
|
|||||||
Reference in New Issue
Block a user