@popsure/dirty-swan 0.41.0-rc.1 → 0.41.0-rc.2

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
@@ -2255,7 +2255,7 @@ body {
2255
2255
  justify-content: center;
2256
2256
  position: relative;
2257
2257
  cursor: pointer;
2258
- min-height: 48px;
2258
+ height: 48px;
2259
2259
  padding: 0 24px;
2260
2260
  line-height: 24px;
2261
2261
  font-size: 16px;
@@ -19,7 +19,7 @@
19
19
  position: relative;
20
20
  cursor: pointer;
21
21
 
22
- min-height: 48px;
22
+ height: 48px;
23
23
  padding: 0 24px;
24
24
 
25
25
  line-height: 24px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popsure/dirty-swan",
3
- "version": "0.41.0-rc.1",
3
+ "version": "0.41.0-rc.2",
4
4
  "author": "Vincent Audoire <vincent@getpopsure.com>",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -19,7 +19,7 @@
19
19
  position: relative;
20
20
  cursor: pointer;
21
21
 
22
- min-height: 48px;
22
+ height: 48px;
23
23
  padding: 0 24px;
24
24
 
25
25
  line-height: 24px;