Skip to content

Commit

Permalink
fix(buttons): adjust color on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsaldan committed Jan 12, 2025
1 parent 4144037 commit 16bfeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/about/about-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function CallToAction() {
<div className="mt-8">
<Button
variant="outline"
className="w-full transition-colors duration-500 sm:w-auto dark:bg-zinc-900 dark:hover:bg-zinc-950"
className="w-full transition-colors duration-500 sm:w-auto dark:bg-white dark:hover:bg-zinc-950"
href="/installation"
>
Get Started
Expand Down

0 comments on commit 16bfeb3

Please sign in to comment.