@popsure/dirty-swan 0.26.9 → 0.26.10

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/dist/index.css CHANGED
@@ -2104,7 +2104,7 @@ body {
2104
2104
  cursor: pointer;
2105
2105
  height: 48px;
2106
2106
  padding: 12px 24px;
2107
- line-height: normal;
2107
+ line-height: 24px;
2108
2108
  font-size: 16px;
2109
2109
  font-family: inherit;
2110
2110
  letter-spacing: 0.5px;
@@ -20,7 +20,7 @@
20
20
  height: 48px;
21
21
  padding: 12px 24px;
22
22
 
23
- line-height: normal;
23
+ line-height: 24px;
24
24
 
25
25
  font-size: 16px;
26
26
  font-family: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popsure/dirty-swan",
3
- "version": "0.26.9",
3
+ "version": "0.26.10",
4
4
  "author": "Vincent Audoire <vincent@getpopsure.com>",
5
5
  "license": "MIT",
6
6
  "private": false,