react-native-boxes 1.4.71 → 1.4.72

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Bar.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-boxes",
3
- "version": "1.4.71",
3
+ "version": "1.4.72",
4
4
  "description": "A react native library for rapid development of UI using boxes",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/Bar.tsx CHANGED
@@ -202,7 +202,7 @@ export function BottomNavBar(props: ViewProps &
202
202
  }}
203
203
  {...props}
204
204
  style={[{
205
- borderWidth: 1,
205
+ borderWidth: 3,
206
206
  borderColor: theme.colors.background,
207
207
  borderRadius: theme.dimens.space.md,
208
208
  width: isDesktop() ? '50%' : '100%',