about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/modals/Waitlist.tsx2
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&apos;ll be in touch soon.
             </Text>
           </View>