@umami/react-zen 0.107.0 → 0.108.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.107.0",
3
+ "version": "0.108.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
package/styles.css CHANGED
@@ -304,7 +304,7 @@ li {
304
304
  }
305
305
 
306
306
  :where(a, a:active, a:visited, a:hover) {
307
- color: currentColor;
307
+ color: var(--primary-color);
308
308
  text-decoration: none;
309
309
  }
310
310