Use dark font on reset title because it should not be themed

This commit is contained in:
Jackson Harper
2022-08-10 16:10:31 +08:00
parent 4ba54222a8
commit d4821d07e0

View File

@ -41,7 +41,7 @@ export function EmailForgotPassword(): JSX.Element {
return (
<form action={`${fetchEndpoint}/auth/forgot-password`} method="POST">
<VStack alignment="center" css={{ padding: '16px' }}>
<StyledText style="subHeadline">Reset your password</StyledText>
<StyledText style="subHeadline" css={{ color: '$omnivoreGray' }}>Reset your password</StyledText>
<VStack css={{ width: '100%', minWidth: '320px', gap: '16px', pb: '16px' }}>
<SpanBox css={{ width: '100%' }}>
<FormLabel>Email</FormLabel>