From bc55332b75fa9991c2f28a12e7ebeb27b16538fc Mon Sep 17 00:00:00 2001 From: Sam Johnston Date: Tue, 30 Apr 2024 15:06:04 -0700 Subject: [PATCH] fix blue background --- src/components/BackgroundPattern/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BackgroundPattern/index.tsx b/src/components/BackgroundPattern/index.tsx index b2c42a1..4c56469 100644 --- a/src/components/BackgroundPattern/index.tsx +++ b/src/components/BackgroundPattern/index.tsx @@ -2,8 +2,8 @@ import React from "react"; export default function BackgroundPattern() { return ( -
-
+
+
);