Skip to content

Commit ca0c1da

Browse files
committed
testing website build test
1 parent c20c0f0 commit ca0c1da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/components/search.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ export const Search = () => {
2424
value={searchQuery}
2525
onChange={handleInputChange}
2626
placeholder="Enter guild ID"
27-
className="border border-gray-300 rounded-md px-4 py-3 focus:outline-none focus:ring focus:ring-blue-200 w-full text-lg"
27+
className="border border-gray-300 rounded-md px-4 py-3 focus:outline-none focus:ring focus:ring-violet-200 w-full text-lg"
2828
/>
2929

3030
<button
3131
onClick={handleSearch}
32-
className="bg-[#111] hover:bg-blue-500 text-white font-semibold py-2 px-4 rounded-lg transform hover:scale-105 transition-transform border border-blue-500 w-full mt-2"
32+
className="bg-[#111] hover:bg-violet-500 text-white font-semibold py-2 px-4 rounded-lg transform hover:scale-105 transition-transform border border-violet-500 w-full mt-2"
3333
>
3434
<h3 className={subtitle()}>Go</h3>
3535
</button>

web/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function IndexPage() {
2424
isExternal
2525
href={siteConfig.links.github}
2626
className={buttonStyles({
27-
color: "default",
27+
color: "secondary",
2828
radius: "full",
2929
variant: "shadow",
3030
})}

0 commit comments

Comments
 (0)