diff options
-rw-r--r-- | src/view/com/modals/Waitlist.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/Waitlist.tsx b/src/view/com/modals/Waitlist.tsx index 6ddcc7779..1104c0a39 100644 --- a/src/view/com/modals/Waitlist.tsx +++ b/src/view/com/modals/Waitlist.tsx @@ -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> |