@deque/cauldron-styles 5.7.1-canary.37a98eb4 → 5.7.1-canary.57df9d4f

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/dist/index.css +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -4674,7 +4674,7 @@ fieldset.Panel {
4674
4674
 
4675
4675
  :root {
4676
4676
  --accordion-trigger-background-color: var(--white);
4677
- --accordion-trigger-background-color-expanded: var(--gray-20);
4677
+ --accordion-trigger-background-color-expanded: var(--white);
4678
4678
  --accordion-trigger-text-color: var(--gray-90);
4679
4679
  --accordion-trigger-text-color-hover: var(--accent-primary);
4680
4680
  --accordion-trigger-box-shadow-hover: var(--accent-primary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.7.1-canary.37a98eb4",
3
+ "version": "5.7.1-canary.57df9d4f",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",