mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use dark font on reset title because it should not be themed
This commit is contained in:
parent
4ba54222a8
commit
d4821d07e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue