fix text color on waitlist join (#1387)
This commit is contained in:
parent
dd5697329f
commit
63f0b2f0e5
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export function Component({}: {}) {
|
||||||
icon="check"
|
icon="check"
|
||||||
style={pal.text as FontAwesomeIconStyle}
|
style={pal.text as FontAwesomeIconStyle}
|
||||||
/>
|
/>
|
||||||
<Text style={s.ml10}>
|
<Text style={[s.ml10, pal.text]}>
|
||||||
Your email has been saved! We'll be in touch soon.
|
Your email has been saved! We'll be in touch soon.
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue