From 8c63313a285d1374f8f85615b449b46eae5bad50 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 24 Oct 2022 19:06:51 -0700 Subject: [PATCH] switch back to black --- src/pages/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c796452..f191eb2 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -170,13 +170,13 @@ const GalleryPage = ({ data }: PageProps) => { DarkMuted: [0, 0, 0], LightMuted: [255, 255, 255], Vibrant: [255, 255, 255], - LightVibrant: [0, 0, 0], - DarkVibrant: [231, 229, 228], + LightVibrant: [231, 229, 228], + DarkVibrant: [0, 0, 0], })} />
-
+