Improve styling

This commit is contained in:
Jackson Harper 2023-09-05 14:07:27 +08:00
parent dfdfb9ef28
commit 8046b73001

View file

@ -155,6 +155,17 @@ export function EmailSignup(): JSX.Element {
{errorMessage && <StyledText style="error">{errorMessage}</StyledText>}
<StyledText
style="caption"
css={{
p: '0px',
color: '$omnivoreLightGray',
}}
>
Omnivore will send you daily tips for your first week as a new user.
If you don't like them you can unsubscribe.
</StyledText>
<HStack
alignment="center"
distribution="end"
@ -186,17 +197,6 @@ export function EmailSignup(): JSX.Element {
</Button>
</HStack>
<StyledText
style="action"
css={{
color: '$omnivoreLightGray',
textAlign: 'center',
}}
>
During our beta period Omnivore will send you daily tips for your
first week as a new user. If you don't like them you can unsubscribe.
</StyledText>
<StyledText
style="action"
css={{