fix text color on waitlist join (#1387)

zio/stable
Ansh 2023-09-06 09:37:07 -07:00 committed by GitHub
parent dd5697329f
commit 63f0b2f0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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&apos;ll be in touch soon.
</Text>
</View>