@mackin.com/styleguide 8.2.0 → 8.2.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4430,7 +4430,7 @@ select,
4430
4430
  textarea {
4431
4431
  font-family: inherit; /* 1 */
4432
4432
  font-size: 100%; /* 1 */
4433
- line-height: 1.15; /* 1 */
4433
+ line-height: 1; /* 1 Mackin changed this from 1.15 to 1 which seems to be the Chrome default for buttons. */
4434
4434
  margin: 0; /* 2 */
4435
4435
  }
4436
4436
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mackin.com/styleguide",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",