diff --git a/ui/desktop/components.json b/ui/desktop/components.json index fc152dcad8..3c147bdda3 100644 --- a/ui/desktop/components.json +++ b/ui/desktop/components.json @@ -5,7 +5,7 @@ "tsx": true, "tailwind": { "config": "tailwind.config.ts", - "css": "src/index.css", + "css": "src/styles/main.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" @@ -18,4 +18,4 @@ "hooks": "@/hooks" }, "iconLibrary": "lucide" -} \ No newline at end of file +} diff --git a/ui/desktop/index.html b/ui/desktop/index.html index fe4abad7f9..353f3b0e65 100644 --- a/ui/desktop/index.html +++ b/ui/desktop/index.html @@ -3,25 +3,28 @@