From 3efe7b57a95d075560f6d80549b5b3b8ec61ed8a Mon Sep 17 00:00:00 2001 From: Igor Papandinas Date: Wed, 17 Jan 2024 19:30:43 +0100 Subject: [PATCH] feat: containerStyle created --- app/page.tsx | 11 ++++++++--- components/filters/toolbar.tsx | 5 +++-- styles/index.ts | 1 + 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 styles/index.ts diff --git a/app/page.tsx b/app/page.tsx index 9a0d815..ac3e5af 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,6 +3,7 @@ import Toolbar from "@/components/filters/toolbar"; import CtaBanner from "@/components/cta-banner"; import { title } from "@/components/primitives"; import { queryDatabase } from "@/lib/notion"; +import { containerStyle } from "@/styles"; import { SearchParams } from "@/types/filters"; import { processNotionFilters, @@ -28,14 +29,18 @@ export default async function Home({ searchParams }: IHomeProps) { return ( <> -
+

Find Collaborations,

Collect Kudos

- +
+ +
-
+
{ }`} ref={toolbarRef} > -
+