Simplify style on signup pages

This commit is contained in:
Jackson Harper 2023-05-05 11:34:46 +08:00
parent aec3238590
commit b1cf122543

View file

@ -16,8 +16,7 @@ export function ProfileLayout(props: ProfileLayoutProps): JSX.Element {
css={{
// bg: '$omnivoreYellow',
height: '100vh',
background:
'-webkit-linear-gradient(-65deg, rgba(255, 255, 255, 1.0) 45%, rgba(255, 210, 52, 1.0) 0%)',
bg: '$omnivoreYellow',
}}
>
{props.children}