From a8b1ea7e559736df018e7850a44abe01db0efa24 Mon Sep 17 00:00:00 2001 From: Nguyen Long Nhat <27698189+torn4dom4n@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:24:37 +0700 Subject: [PATCH] fix: remove semicolon duplicated in theme.css (#1146) --- apps/www/config/site.ts | 2 +- apps/www/public/registry/themes.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/www/config/site.ts b/apps/www/config/site.ts index 1678d9ecfe..dd8d8f53fa 100644 --- a/apps/www/config/site.ts +++ b/apps/www/config/site.ts @@ -6,7 +6,7 @@ export const siteConfig = { "Beautifully designed components built with Radix UI and Tailwind CSS.", links: { twitter: "https://twitter.com/shadcn", - github: "https://github.com/shadcn/ui", + github: "https://github.com/shadcn-ui/ui", }, } diff --git a/apps/www/public/registry/themes.css b/apps/www/public/registry/themes.css index 9ab1ecafca..1404e76c6f 100644 --- a/apps/www/public/registry/themes.css +++ b/apps/www/public/registry/themes.css @@ -1,4 +1,3 @@ - .theme-zinc { --background: 0 0% 100%; --foreground: 240 10% 3.9%; @@ -6,7 +5,7 @@ --muted: 240 4.8% 95.9%; --muted-foreground: 240 3.8% 46.1%; - --popover: 0 0% 100%;; + --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; --card: 0 0% 100%; @@ -765,4 +764,4 @@ --destructive-foreground: 210 20% 98%; --ring: 263.4 70% 50.4%; - } \ No newline at end of file + }