From 6c9dfc19e7d97218bc8b01186df1a093be7878ca Mon Sep 17 00:00:00 2001 From: Matias Date: Fri, 22 Dec 2023 20:11:22 -0300 Subject: [PATCH] style: modified backgrounds at app `layout` and `ProposalView` --- apps/web/app/layout.tsx | 2 +- apps/web/components/ProposalView.tsx | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 1c1fde080..1ed8c9e44 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -32,7 +32,7 @@ export default function RootLayout({ lang="en" className={`${press.variable} ${chakra.variable} font-sans`} > - + {children} diff --git a/apps/web/components/ProposalView.tsx b/apps/web/components/ProposalView.tsx index 31c1c8899..f76d5df9d 100644 --- a/apps/web/components/ProposalView.tsx +++ b/apps/web/components/ProposalView.tsx @@ -24,7 +24,7 @@ const ProposalView = ({ return (
-
+
{/* main content */} {type} @@ -73,8 +73,9 @@ const ProposalView = ({
-