fix: remove semicolon duplicated in theme.css (#1146)

This commit is contained in:
Nguyen Long Nhat
2023-08-15 22:24:37 +07:00
committed by GitHub
parent 3c9f7ca0e2
commit a8b1ea7e55
2 changed files with 3 additions and 4 deletions

View File

@@ -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",
},
}

View File

@@ -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%;
}
}