diff --git a/website/src/pages/404.tsx b/website/src/pages/404.tsx index a14c54d8..a9401f6d 100644 --- a/website/src/pages/404.tsx +++ b/website/src/pages/404.tsx @@ -6,7 +6,8 @@ import { getTransparentHeaderLayout } from "src/components/Layout"; function Error() { const router = useRouter(); - const backgroundColor = useColorModeValue("white", "gray.800"); + const backgroundColor = useColorModeValue("white", "gray.700"); + const backgroundColor2 = useColorModeValue("gray.50", "gray.900"); return ( <> @@ -14,7 +15,7 @@ function Error() { 404 - Open Assistant -
+