Adds dark mode to delete account screen (#159)
This commit is contained in:
@@ -61,12 +61,12 @@ export function Component({}: {}) {
|
|||||||
<View
|
<View
|
||||||
style={[styles.container, {backgroundColor: pal.colors.backgroundLight}]}>
|
style={[styles.container, {backgroundColor: pal.colors.backgroundLight}]}>
|
||||||
<View style={[styles.innerContainer, pal.view]}>
|
<View style={[styles.innerContainer, pal.view]}>
|
||||||
<Text type="title-xl" style={styles.title}>
|
<Text type="title-xl" style={[styles.title, pal.text]}>
|
||||||
Delete account
|
Delete account
|
||||||
</Text>
|
</Text>
|
||||||
{!isEmailSent ? (
|
{!isEmailSent ? (
|
||||||
<>
|
<>
|
||||||
<Text type="lg" style={styles.description}>
|
<Text type="lg" style={[styles.description, pal.text]}>
|
||||||
For security reasons, we'll need to send a confirmation code to
|
For security reasons, we'll need to send a confirmation code to
|
||||||
your email.
|
your email.
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user