Skip to content

Commit 2a01fd8

Browse files
committed
chore: bump design system version to 1.0.43 and update primary color variables
- Updated version in package.json for @trycompai/design-system to 1.0.43. - Modified primary and sidebar primary color variables in globals.css for improved design consistency.
1 parent 1e070ee commit 2a01fd8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycompai/design-system",
3-
"version": "1.0.42",
3+
"version": "1.0.43",
44
"description": "Design system for Comp AI - shadcn-style components with Tailwind CSS",
55
"type": "module",
66
"main": "./src/index.ts",

packages/design-system/src/styles/globals.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
--card-foreground: oklch(0.985 0 0);
127127
--popover: oklch(0.205 0 0);
128128
--popover-foreground: oklch(0.985 0 0);
129-
--primary: oklch(0.696 0.17 162.48);
130-
--primary-foreground: oklch(0.262 0.051 172.552);
129+
--primary: oklch(0.3797 0.077172 167.6784);
130+
--primary-foreground: oklch(0.979 0.021 166.113);
131131
--secondary: oklch(0.274 0.006 286.033);
132132
--secondary-foreground: oklch(0.985 0 0);
133133
--muted: oklch(0.18 0 0);
@@ -148,8 +148,8 @@
148148
--chart-5: oklch(0.508 0.118 165.612);
149149
--sidebar: oklch(0.205 0 0);
150150
--sidebar-foreground: oklch(0.985 0 0);
151-
--sidebar-primary: oklch(0.696 0.17 162.48);
152-
--sidebar-primary-foreground: oklch(0.262 0.051 172.552);
151+
--sidebar-primary: oklch(0.3797 0.077172 167.6784);
152+
--sidebar-primary-foreground: oklch(0.979 0.021 166.113);
153153
--sidebar-accent: oklch(0.22 0 0);
154154
--sidebar-accent-foreground: oklch(0.985 0 0);
155155
--sidebar-border: oklch(0.28 0 0);

0 commit comments

Comments
 (0)