@deque/cauldron-styles 4.2.0-canary.abded4e2 → 4.2.1-canary.cea36594

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
@@ -514,7 +514,7 @@ button.Link {
514
514
  }
515
515
 
516
516
  .Button--thin {
517
- height: var(--button-thin-height);
517
+ min-height: var(--button-thin-height);
518
518
  min-width: 100px;
519
519
  font-size: var(--text-size-smallest);
520
520
  line-height: var(--text-size-smallest);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.2.0-canary.abded4e2",
3
+ "version": "4.2.1-canary.cea36594",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",