From ca0c1da4abcf24d62d52310c9b76cb5675107d6c Mon Sep 17 00:00:00 2001 From: GalvinPython <77013913+GalvinPython@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:38:52 +0100 Subject: [PATCH] testing website build test --- web/components/search.tsx | 4 ++-- web/pages/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/search.tsx b/web/components/search.tsx index b16910d..4480336 100644 --- a/web/components/search.tsx +++ b/web/components/search.tsx @@ -24,12 +24,12 @@ export const Search = () => { value={searchQuery} onChange={handleInputChange} placeholder="Enter guild ID" - className="border border-gray-300 rounded-md px-4 py-3 focus:outline-none focus:ring focus:ring-blue-200 w-full text-lg" + className="border border-gray-300 rounded-md px-4 py-3 focus:outline-none focus:ring focus:ring-violet-200 w-full text-lg" /> diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 46aee51..21efd29 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -24,7 +24,7 @@ export default function IndexPage() { isExternal href={siteConfig.links.github} className={buttonStyles({ - color: "default", + color: "secondary", radius: "full", variant: "shadow", })}