@umami/react-zen 0.236.0 → 0.237.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.236.0",
3
+ "version": "0.237.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "homepage": "https://zen.umami.is",
6
6
  "repository": {
package/styles.css CHANGED
@@ -73,8 +73,8 @@
73
73
  color-scheme: dark;
74
74
 
75
75
  /* === PRIMARY (accent/brand color) === */
76
- --primary: oklch(0.205 0 0); /* neutral-900 - same as light */
77
- --primary-foreground: #ffffff; /* white - same as light */
76
+ --primary: oklch(0.97 0 0); /* neutral-100 - inverted for dark */
77
+ --primary-foreground: oklch(0.205 0 0); /* neutral-900 - inverted for dark */
78
78
 
79
79
  /* === SURFACES === */
80
80
  --surface-base: oklch(0.205 0 0); /* neutral-900 */