sapo-components-ui-rn 1.0.88 → 1.0.89
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Button/index.tsx +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6366,7 +6366,7 @@ var styles$a = StyleSheet.create({
|
|
|
6366
6366
|
alignItems: "center",
|
|
6367
6367
|
justifyContent: "center",
|
|
6368
6368
|
minWidth: CONSTANTS.DEVICE_WIDTH / 4.5,
|
|
6369
|
-
paddingHorizontal: CONSTANTS.SPACE_12,
|
|
6369
|
+
// paddingHorizontal: CONSTANTS.SPACE_12,
|
|
6370
6370
|
},
|
|
6371
6371
|
border: {
|
|
6372
6372
|
borderWidth: CONSTANTS.BORDER_WIDTH_1,
|