@rokkit/themes 1.0.0-next.87 → 1.0.0-next.89

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": "@rokkit/themes",
3
- "version": "1.0.0-next.87",
3
+ "version": "1.0.0-next.89",
4
4
  "description": "Themes for use with rokkit components.",
5
5
  "author": "Jerry Thomas <me@jerrythomas.name>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "typescript": "^5.3.3",
20
20
  "vite": "^5.1.4",
21
21
  "vitest": "~1.3.1",
22
- "shared-config": "1.0.0-next.87"
22
+ "shared-config": "1.0.0-next.89"
23
23
  },
24
24
  "files": [
25
25
  "src"
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@rokkit/core": "1.0.0-next.87"
41
+ "@rokkit/core": "1.0.0-next.89"
42
42
  },
43
43
  "scripts": {
44
44
  "format": "prettier --write .",
@@ -258,7 +258,7 @@
258
258
  @apply border-neutral-muted;
259
259
  }
260
260
  .rokkit node > div > icon > i {
261
- @apply text-neutral-muted;
261
+ @apply text-neutral-elevated;
262
262
  }
263
263
 
264
264
  /* Toggle Switch styles */