about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-09-06 09:37:07 -0700
committerGitHub <noreply@github.com>2023-09-06 09:37:07 -0700
commit63f0b2f0e5f7364dbfcc15285beefc8133831f01 (patch)
treec72caafbdcbbb9f516fd9a84624a944c610b0845 /src
parentdd5697329f0eb7a1d99d50d926134a04117f1b2f (diff)
downloadvoidsky-63f0b2f0e5f7364dbfcc15285beefc8133831f01.tar.zst
fix text color on waitlist join (#1387)
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>