diff --git a/frontend/package.json b/frontend/package.json index 5fad7fb..3edc0bc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,8 +9,8 @@ "lint": "next lint", "prettierWrite": "npx prettier . --write", "prettierCheck": "npx prettier . --check", - "compile": "graphql-codegen", - "watch": " graphql-codegen -w" + "compileTypes": "graphql-codegen", + "watchTypes": " graphql-codegen -w" }, "dependencies": { "@apollo/client": "^3.9.0-alpha.5", diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 2427c3e..dbee394 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -4,72 +4,52 @@ @layer base { :root { - --card: 0 0% 100%; - --card-foreground: 222.2 84% 4.9%; + /* Shadcn Colors */ - --popover: 0 0% 100%; - --popover-foreground: 222.2 84% 4.9%; + /* Background color for */ + --card: #000000; + --card-foreground: #ffffff; - --secondary: 210 40% 96.1%; - --secondary-foreground: 222.2 47.4% 11.2%; + /* Background color for popovers such as , , */ + --popover: #000000; + --popover-foreground: #ffffff; - --muted: 0 0% 96.08%; - --muted-foreground: 215.4 16.3% 46.9%; + /* Primary colors for