@rokkit/themes 1.0.0-next.106 → 1.0.0-next.108

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.106",
3
+ "version": "1.0.0-next.108",
4
4
  "description": "Themes for use with rokkit components.",
5
5
  "author": "Jerry Thomas <me@jerrythomas.name>",
6
6
  "license": "MIT",
@@ -7,7 +7,7 @@
7
7
  @apply gap-1px bg-neutral-subtle;
8
8
  }
9
9
 
10
- [data-style='rokkit'] rk-list > rk-list-item,
10
+ [data-style='rokkit'] rk-list rk-list-item,
11
11
  [data-style='rokkit'] rk-accordion div rk-summary {
12
12
  @apply bg-neutral-base min-h-8 px-4 leading-10 text-neutral-800;
13
13
  }