muba-posting 4.0.0 → 4.0.1

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/commonStyles.js +1 -1
  2. package/package.json +1 -1
package/commonStyles.js CHANGED
@@ -1016,7 +1016,7 @@ export default StyleSheet.create({
1016
1016
  fontSize: 22,
1017
1017
  color: '#858585',
1018
1018
  fontFamily: 'PostingLight',
1019
- marginTop: Platform.OS === 'ios' ? 0 : 4
1019
+ marginTop: 0
1020
1020
  },
1021
1021
 
1022
1022
  /*----------Radio Button Group----------*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {