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"
|
||||
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.
|
||||
</Text>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue