react-native-ui-lib 8.0.1-snapshot.7467 → 8.0.1-snapshot.7483

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": "react-native-ui-lib",
3
- "version": "8.0.1-snapshot.7467",
3
+ "version": "8.0.1-snapshot.7483",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -188,7 +188,7 @@ function createStyles({
188
188
  container: {
189
189
  backgroundColor: color,
190
190
  borderWidth: Colors.isTransparent(color) ? undefined : 1,
191
- borderColor: Colors.rgba(Colors.$outlineDisabledHeavy, 0.2),
191
+ borderColor: Colors.rgba(Colors.$outlineNeutralHeavy, 1),
192
192
  margin: SWATCH_MARGIN,
193
193
  overflow: 'hidden'
194
194
  },