wwzeng1 / landing-page

1 stars 1 forks source link

Sweep: Change the install app button color to green #366

Open kevinlu1248 opened 2 months ago

sweep-ai[bot] commented 1 month ago

🚀 Here's the PR! #387

💎 Sweep Pro: You have unlimited Sweep issues

Actions

Relevant files (click to expand). Mentioned files will always appear here. https://github.com/wwzeng1/landing-page/blob/ff66dbb05624f7ed05bf65efe54f21b6cdd56d53/src/components/CallToAction.tsx#L1-L89 https://github.com/wwzeng1/landing-page/blob/ff66dbb05624f7ed05bf65efe54f21b6cdd56d53/src/components/CallToAction.tsx#L1-L89

Step 2: ⌨️ Coding

src/components/CallToAction.tsx

Update the color scheme of the "Install Sweep" button to use green instead of purple.
--- 
+++ 
@@ -1,9 +1,9 @@
 <Button
   color="white"
   p={6}
-  colorScheme={"purple"}
-  bg={"purple.400"}
-  _hover={{ bg: "purple.600" }}
+  colorScheme={"green"}
+  bg={"green.400"}
+  _hover={{ bg: "green.500" }}
   onClick={() => window.open("https://github.com/apps/sweep-ai")}
   fontSize={"xl"}
   mb="1rem !important"

Step 3: 🔄️ Validating

Your changes have been successfully made to the branch sweep/change_the_install_app_button_color_to_g_6abfc. I have validated these changes using a syntax checker and a linter.


[!TIP] To recreate the pull request, edit the issue title or description.

This is an automated message generated by Sweep AI.