fix text color on waitlist join (#1387)
parent
dd5697329f
commit
63f0b2f0e5
|
@ -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…
Reference in New Issue