@yorkjs/hive-ui 2.0.7 → 2.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yorkjs/hive-ui",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Hive UI - Taro React component library",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -78,7 +78,8 @@
78
78
  border-right none
79
79
 
80
80
  &.last-row
81
- height calc(60PX + env(safe-area-inset-bottom))
81
+ height: calc(60PX + env(safe-area-inset-bottom))
82
+ padding-bottom: env(safe-area-inset-bottom)
82
83
  &:before
83
84
  border-bottom none
84
85