@hedia/recommendation-screen 2.1.53 → 2.1.54-alpha.0

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.
@@ -510,7 +510,6 @@ const styles = StyleSheet.create({
510
510
  backgroundColor: colors.transparentBlack,
511
511
  },
512
512
  calcBorder: {
513
- marginBottom: 8,
514
513
  borderWidth: 1,
515
514
  borderColor: colors.dustyDarkBlue,
516
515
  borderRadius: 5,
@@ -78,7 +78,7 @@ export default class Remeasure extends React.Component {
78
78
  const styles = StyleSheet.create({
79
79
  container: {
80
80
  flexDirection: `column`,
81
- marginBottom: 32,
81
+ marginVertical: 32,
82
82
  },
83
83
  textContainer: {
84
84
  flexDirection: `row`,
@@ -53,7 +53,7 @@ export default class Activity extends React.Component {
53
53
  const styles = StyleSheet.create({
54
54
  container: {
55
55
  flex: 1,
56
- marginBottom: 32,
56
+ marginTop: 8,
57
57
  padding: 16,
58
58
  borderWidth: 1,
59
59
  borderColor: colors.dustyDarkBlue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.1.53",
3
+ "version": "2.1.54-alpha.0",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "dist/index.js",
6
6
  "files": [