diff --git a/src/app/globals.css b/src/app/globals.css index 9b6c18bc..97de69fa 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -23,7 +23,7 @@ --destructive-foreground: hsl(60 9.1% 97.8%); --border: hsl(20 5.9% 90%); --input: hsl(20 5.9% 75%); - --ring: hsl(24.6 95% 53.1%); + --ring: hsl(20 5.9% 75%); --radius: 0.75rem; --chart-1: hsl(12 76% 61%); --chart-2: hsl(173 58% 39%); @@ -51,7 +51,7 @@ --destructive-foreground: hsl(60 9.1% 97.8%); --border: hsl(12 6.5% 15%); --input: hsl(12 6.5% 35%); - --ring: hsl(20.5 90.2% 48.2%); + --ring: hsl(12 6.5% 35%); --chart-1: hsl(220 70% 50%); --chart-2: hsl(160 60% 45%); --chart-3: hsl(30 80% 55%); @@ -122,4 +122,4 @@ p { word-break: keep-all; white-space: normal; -} \ No newline at end of file +} diff --git a/src/components/tags/tag-input.tsx b/src/components/tags/tag-input.tsx index ad8c0d03..cebceea5 100644 --- a/src/components/tags/tag-input.tsx +++ b/src/components/tags/tag-input.tsx @@ -489,7 +489,7 @@ const TagInput = React.forwardRef(
@@ -643,7 +643,7 @@ const TagInput = React.forwardRef( ) : (
diff --git a/src/components/tags/tag.tsx b/src/components/tags/tag.tsx index ccc489e4..938a2669 100644 --- a/src/components/tags/tag.tsx +++ b/src/components/tags/tag.tsx @@ -127,7 +127,7 @@ export const Tag: React.FC = ({ { "justify-between w-full": direction === "column", "cursor-pointer": draggable, - "ring-ring ring-offset-2 ring-2 ring-offset-background": + "ring-ring ring-offset-0 ring-2 ring-offset-background": isActiveTag }, tagClasses?.body diff --git a/src/components/ui/badge.tsx b/src/components/ui/badge.tsx index 222a234f..8168a85a 100644 --- a/src/components/ui/badge.tsx +++ b/src/components/ui/badge.tsx @@ -4,7 +4,7 @@ import { cva, type VariantProps } from "class-variance-authority"; import { cn } from "@app/lib/cn"; const badgeVariants = cva( - "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2", + "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-0", { variants: { variant: { diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 43f420d7..55b92a6c 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -6,7 +6,7 @@ import { cn } from "@app/lib/cn"; import { Loader2 } from "lucide-react"; const buttonVariants = cva( - "cursor-pointer inline-flex items-center justify-center rounded-full whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50", + "cursor-pointer inline-flex items-center justify-center rounded-full whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-0 disabled:pointer-events-none disabled:opacity-50", { variants: { variant: { diff --git a/src/components/ui/checkbox.tsx b/src/components/ui/checkbox.tsx index ad22b8fa..e1bd4ddc 100644 --- a/src/components/ui/checkbox.tsx +++ b/src/components/ui/checkbox.tsx @@ -9,7 +9,7 @@ import { cva, type VariantProps } from "class-variance-authority"; // Define checkbox variants const checkboxVariants = cva( - "peer h-4 w-4 shrink-0 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", + "peer h-4 w-4 shrink-0 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-50", { variants: { variant: { diff --git a/src/components/ui/dialog.tsx b/src/components/ui/dialog.tsx index 33dc0438..1e7602fd 100644 --- a/src/components/ui/dialog.tsx +++ b/src/components/ui/dialog.tsx @@ -44,7 +44,7 @@ const DialogContent = React.forwardRef< {...props} > {children} - + Close diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index 9a085cb2..df1ff2ef 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -15,7 +15,7 @@ const Input = React.forwardRef( ( span]:line-clamp-1", + "flex h-9 w-full items-center justify-between border border-input bg-card px-3 py-2 text-base md:text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1", "rounded-md", className )} diff --git a/src/components/ui/sheet.tsx b/src/components/ui/sheet.tsx index e3f5b4d6..931ae411 100644 --- a/src/components/ui/sheet.tsx +++ b/src/components/ui/sheet.tsx @@ -65,7 +65,7 @@ const SheetContent = React.forwardRef< {...props} > {children} - {/* */} + {/* */} {/* */} {/* Close */} {/* */} diff --git a/src/components/ui/switch.tsx b/src/components/ui/switch.tsx index 4eecee3a..ee2e7a85 100644 --- a/src/components/ui/switch.tsx +++ b/src/components/ui/switch.tsx @@ -11,7 +11,7 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => ( ( return (