@hedia/recommendation-screen 2.1.62 → 2.1.63-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.
@@ -36,7 +36,7 @@ export default class RecentInsulin extends React.Component {
36
36
  }
37
37
  const recentInsulinStyles = StyleSheet.create({
38
38
  container: {
39
- minHeight: 200,
39
+ minHeight: 220,
40
40
  backgroundColor: colors.deepPurple,
41
41
  borderRadius: 5,
42
42
  marginBottom: 32,
@@ -144,7 +144,7 @@ const style = StyleSheet.create({
144
144
  ...FONTS.Oswald.bold_7XL,
145
145
  color: colors.white,
146
146
  textAlign: `center`,
147
- minHeight: 90,
147
+ minHeight: 110,
148
148
  lineHeight: 90,
149
149
  letterSpacing: 6,
150
150
  justifyContent: `center`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.1.62",
3
+ "version": "2.1.63-alpha.0",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "dist/index.js",
6
6
  "files": [