From b1cf1225435a7a079a2adda45908e8d5f25b6a96 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 5 May 2023 11:34:46 +0800 Subject: [PATCH] Simplify style on signup pages --- packages/web/components/templates/ProfileLayout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web/components/templates/ProfileLayout.tsx b/packages/web/components/templates/ProfileLayout.tsx index 975ffafb1..228f67c06 100644 --- a/packages/web/components/templates/ProfileLayout.tsx +++ b/packages/web/components/templates/ProfileLayout.tsx @@ -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}