diff options
author | Ansh <anshnanda10@gmail.com> | 2023-09-06 09:37:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 09:37:07 -0700 |
commit | 63f0b2f0e5f7364dbfcc15285beefc8133831f01 (patch) | |
tree | c72caafbdcbbb9f516fd9a84624a944c610b0845 /src | |
parent | dd5697329f0eb7a1d99d50d926134a04117f1b2f (diff) | |
download | voidsky-63f0b2f0e5f7364dbfcc15285beefc8133831f01.tar.zst |
fix text color on waitlist join (#1387)
Diffstat (limited to 'src')
-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> |