File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 } ) }
You can’t perform that action at this time.
0 commit comments