diff --git a/src/components/pages/ProjectDetailPage.tsx b/src/components/pages/ProjectDetailPage.tsx index 1222377..7430f4a 100644 --- a/src/components/pages/ProjectDetailPage.tsx +++ b/src/components/pages/ProjectDetailPage.tsx @@ -256,10 +256,9 @@ function LocationSection({ {(location || manualLat || manualLng) && ( diff --git a/src/components/pages/UserDetailPage.tsx b/src/components/pages/UserDetailPage.tsx index 4e3a1a0..8b691a9 100644 --- a/src/components/pages/UserDetailPage.tsx +++ b/src/components/pages/UserDetailPage.tsx @@ -63,9 +63,9 @@ function UserInfoCard({

@@ -94,7 +94,7 @@ function UserInfoCard({ ) : ( No )} - diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 05db218..0b550af 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -12,6 +12,7 @@ const buttonVariants = cva( secondary: "bg-areia/20 text-verde hover:bg-areia/30", destructive: "bg-red-600 text-white hover:bg-red-700 dark:bg-red-700 dark:hover:bg-red-600", outline: "border border-areia bg-surface text-preto hover:bg-branco", + "outline-destructive": "border border-red-200 bg-surface text-red-600 hover:bg-red-50 hover:text-red-700 dark:border-red-800/40 dark:text-red-400 dark:hover:bg-red-950/30", ghost: "text-verde hover:bg-areia/10", link: "text-telha underline-offset-4 hover:underline", },