Fix styling on web reset password page

This commit is contained in:
Jackson Harper
2024-05-07 17:22:02 +08:00
parent 137e3b2e94
commit 46459ed4ab
2 changed files with 20 additions and 12 deletions

View File

@ -15,7 +15,8 @@ export function ProfileLayout(props: ProfileLayoutProps): JSX.Element {
distribution="center"
css={{
height: '100vh',
bg: '$omnivoreYellow',
color: '#898989',
background: '#2A2A2A',
}}
>
{props.children}