@gympass/yoga 7.142.0 → 7.143.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.
@@ -41,7 +41,7 @@ const CheckboxSwitch = ({
41
41
  backgroundColor: colors.primary
42
42
  },
43
43
  disabled: {
44
- backgroundColor: colors.elements.backgroundAndDisabled
44
+ backgroundColor: colors.steady
45
45
  }
46
46
  },
47
47
  thumb: {
@@ -18,7 +18,7 @@ const CheckboxSwitch = ({
18
18
  backgroundColor: colors.primary
19
19
  },
20
20
  disabled: {
21
- backgroundColor: colors.elements.backgroundAndDisabled
21
+ backgroundColor: colors.steady
22
22
  }
23
23
  },
24
24
  thumb: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.142.0",
3
+ "version": "7.143.0",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -59,7 +59,7 @@
59
59
  "react-native": "0.72.3",
60
60
  "styled-components": "^4.4.0"
61
61
  },
62
- "gitHead": "945440d33e73892d8eca576912028913d7a30f4e",
62
+ "gitHead": "f0df4d17ff81d6df8fa194f984a94d1cca880c23",
63
63
  "module": "./esm",
64
64
  "private": false,
65
65
  "react-native": "./cjs/index.native.js"