react-native-boxes 1.4.60 → 1.4.61

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.60",
3
+ "version": "1.4.61",
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
@@ -106,7 +106,7 @@ export function SimpleToolbar(props: SimpleToolbarProps) {
106
106
  return (
107
107
  <PressableView
108
108
  style={{
109
- paddingStart: theme.dimens.space.md
109
+ padding: theme.dimens.space.md
110
110
  }}
111
111
  key={opt.id}
112
112
  accessibilityHint={title}