diff --git a/apps/web/src/app/projects/page.tsx b/apps/web/src/app/projects/page.tsx index b21c8dd0..c25d75b9 100644 --- a/apps/web/src/app/projects/page.tsx +++ b/apps/web/src/app/projects/page.tsx @@ -514,7 +514,6 @@ function NewProjectButton() { return ( diff --git a/apps/web/src/components/header.tsx b/apps/web/src/components/header.tsx index a32d5d6d..e24486b4 100644 --- a/apps/web/src/components/header.tsx +++ b/apps/web/src/components/header.tsx @@ -124,7 +124,7 @@ export function Header() { - diff --git a/apps/web/src/components/landing/hero.tsx b/apps/web/src/components/landing/hero.tsx index a8f3f70d..355bbc81 100644 --- a/apps/web/src/components/landing/hero.tsx +++ b/apps/web/src/components/landing/hero.tsx @@ -29,12 +29,7 @@ export function Hero() {
- diff --git a/apps/web/src/components/ui/button.tsx b/apps/web/src/components/ui/button.tsx index 1143b142..aa52e228 100644 --- a/apps/web/src/components/ui/button.tsx +++ b/apps/web/src/components/ui/button.tsx @@ -8,9 +8,8 @@ const buttonVariants = cva( { variants: { variant: { - default: "bg-primary text-primary-foreground hover:bg-primary/90", + default: "bg-foreground text-background hover:bg-foreground/90", background: "bg-background text-foreground hover:bg-background/90", - foreground: "bg-foreground text-background hover:bg-foreground/90", destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/80", "destructive-foreground":