diff --git a/src/app/dashboard/invoices/[id]/_components/pdf-download-button.tsx b/src/app/dashboard/invoices/[id]/_components/pdf-download-button.tsx index 88cbf57..c9f4607 100644 --- a/src/app/dashboard/invoices/[id]/_components/pdf-download-button.tsx +++ b/src/app/dashboard/invoices/[id]/_components/pdf-download-button.tsx @@ -9,7 +9,7 @@ import { Download, Loader2 } from "lucide-react"; interface PDFDownloadButtonProps { invoiceId: string; - variant?: "default" | "outline" | "ghost" | "icon"; + variant?: "default" | "outline" | "ghost" | "icon" | "secondary"; className?: string; } diff --git a/src/app/dashboard/settings/_components/theme-selector.tsx b/src/app/dashboard/settings/_components/theme-selector.tsx index fafc1bb..b534933 100644 --- a/src/app/dashboard/settings/_components/theme-selector.tsx +++ b/src/app/dashboard/settings/_components/theme-selector.tsx @@ -9,7 +9,6 @@ import { DropdownMenuTrigger, } from "~/components/ui/dropdown-menu"; import { Button } from "~/components/ui/button"; -import { cn } from "~/lib/utils"; export function ThemeSelector() { const { theme, setTheme } = useTheme(); diff --git a/src/components/data/client-list.tsx b/src/components/data/client-list.tsx index b78c21d..37b1f6c 100644 --- a/src/components/data/client-list.tsx +++ b/src/components/data/client-list.tsx @@ -102,7 +102,7 @@ export function ClientList() { - @@ -131,7 +131,7 @@ export function ClientList() { - diff --git a/src/components/data/current-open-invoice-card.tsx b/src/components/data/current-open-invoice-card.tsx index d481e72..dcd7ae6 100644 --- a/src/components/data/current-open-invoice-card.tsx +++ b/src/components/data/current-open-invoice-card.tsx @@ -63,7 +63,7 @@ export function CurrentOpenInvoiceCard() { No open invoice found. Create a new invoice to start tracking your time.

- -