@bitrise/bitkit 13.129.0 → 13.130.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "13.129.0",
4
+ "version": "13.130.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -97,7 +97,6 @@ const variants = (
97
97
  backgroundColor: `button/${variant}/bg-hover`,
98
98
  borderColor: variant?.includes('secondary') ? `button/${variant}/border-hover` : `button/${variant}/bg-hover`,
99
99
  color: `button/${variant}/fg-hover`,
100
- zIndex: 1,
101
100
  },
102
101
  _active: {
103
102
  backgroundColor: `button/${variant}/bg-active`,