From c819711164efd5a8ef6a8a935e078278d11f1fd3 Mon Sep 17 00:00:00 2001
From: Kalle <38327916+Sendouc@users.noreply.github.com>
Date: Sun, 5 Feb 2023 14:43:36 +0200
Subject: [PATCH] Test page adjustments
---
app/components/Main.tsx | 3 +++
app/routes/test.tsx | 4 ++--
app/styles/layout.css | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/app/components/Main.tsx b/app/components/Main.tsx
index e48303e79..8a1cf837c 100644
--- a/app/components/Main.tsx
+++ b/app/components/Main.tsx
@@ -5,10 +5,12 @@ export const Main = ({
children,
className,
halfWidth,
+ style,
}: {
children: React.ReactNode;
className?: string;
halfWidth?: boolean;
+ style?: React.CSSProperties;
}) => (