@deque/cauldron-styles 6.11.0-canary.983c89f2 → 6.11.0-canary.afe40620

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
@@ -474,7 +474,7 @@ ul.semantic-only {
474
474
  :root {
475
475
  --field-background-color: var(--white);
476
476
  --field-content-color: var(--text-color-base);
477
- --field-border-color: var(--gray-40);
477
+ --field-border-color: var(--gray-60);
478
478
  --field-border-color-underline: var(--gray-80);
479
479
  --field-border-color-hover: var(--gray-90);
480
480
  --field-border-color-focus: var(--accent-primary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.11.0-canary.983c89f2",
3
+ "version": "6.11.0-canary.afe40620",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",