@jobber/components-native 0.113.3 → 0.113.4

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": "@jobber/components-native",
3
- "version": "0.113.3",
3
+ "version": "0.113.4",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -124,5 +124,5 @@
124
124
  "react-native-screens": ">=4.18.0",
125
125
  "react-native-svg": ">=12.0.0"
126
126
  },
127
- "gitHead": "895ad886700e1a7e11927702a0e5f49cb554c4e3"
127
+ "gitHead": "b151fce2d669e8b85cea91becf7d9aacee827c3e"
128
128
  }
@@ -231,7 +231,7 @@ function getIconColorVariation(
231
231
  }
232
232
 
233
233
  if (type === "primary" && variation !== "cancel") {
234
- return "white";
234
+ return "surface"; // This should be a text color token instead, but the action label also uses this
235
235
  }
236
236
 
237
237
  switch (variation) {