Skip to content

Commit e52d235

Browse files
Merge remote-tracking branch 'origin/533' into 533
2 parents c9335ad + d39752f commit e52d235

28 files changed

Lines changed: 460 additions & 350 deletions

File tree

web/design-tokens/colors.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
--muted: var(--custos-gray-100);
132132
/* Pinned to gray-600 — gray-500 on bg-muted is 4.28:1 and fails WCAG AA. */
133133
--muted-foreground: var(--custos-gray-600);
134-
--accent: var(--custos-blue-50);
135-
--accent-foreground: var(--custos-blue-700);
134+
--accent: var(--custos-gray-100);
135+
--accent-foreground: var(--custos-gray-900);
136136
--destructive: var(--custos-red-600);
137137
--destructive-foreground: var(--custos-white);
138138
--border: var(--custos-gray-200);
@@ -172,14 +172,14 @@
172172
--card-foreground: var(--custos-gray-50);
173173
--popover: var(--custos-gray-800);
174174
--popover-foreground: var(--custos-gray-50);
175-
--primary: var(--custos-blue-400);
176-
--primary-foreground: var(--custos-gray-900);
175+
--primary: var(--custos-gray-700);
176+
--primary-foreground: var(--custos-gray-50);
177177
--secondary: var(--custos-gray-800);
178178
--secondary-foreground: var(--custos-gray-50);
179179
--muted: var(--custos-gray-800);
180180
--muted-foreground: var(--custos-gray-300);
181-
--accent: var(--custos-blue-800);
182-
--accent-foreground: var(--custos-blue-100);
181+
--accent: var(--custos-gray-700);
182+
--accent-foreground: var(--custos-gray-50);
183183
--destructive: var(--custos-red-500);
184184
--destructive-foreground: var(--custos-white);
185185
--border: var(--custos-gray-700);

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lucide-react": "^1.16.0",
3434
"msw": "^2.14.6",
3535
"next": "15.5.18",
36-
"next-auth": "5.0.0-beta.31",
36+
"next-auth": "5.0.0-beta.32",
3737
"next-themes": "^0.4.6",
3838
"react": "19.2.4",
3939
"react-dom": "19.2.4",

0 commit comments

Comments
 (0)