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], })} />
-
+