@hedia/recommendation-screen 2.1.51-alpha.1 → 2.1.51

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.
@@ -115,12 +115,12 @@ export const infoStyles = StyleSheet.create({
115
115
  unitContainer: {
116
116
  flex: 3,
117
117
  justifyContent: `flex-end`,
118
- paddingBottom: `3%`,
118
+ paddingBottom: `1%`,
119
119
  },
120
120
  units: {
121
121
  ...FONTS.Poppins.regular_SM,
122
122
  color: colors.white,
123
123
  textAlign: `left`,
124
- paddingLeft: `5%`,
124
+ paddingLeft: `10%`,
125
125
  },
126
126
  });
@@ -161,7 +161,7 @@ export const stylesModal = StyleSheet.create({
161
161
  textAlign: `center`,
162
162
  },
163
163
  textMessage: {
164
- ...FONTS.Poppins.regular_LG,
164
+ ...FONTS.Poppins.regular_Base,
165
165
  color: colors.white,
166
166
  textAlign: `center`,
167
167
  },
@@ -190,16 +190,16 @@ export const stylesModal = StyleSheet.create({
190
190
  textAlign: `center`,
191
191
  },
192
192
  recommendEatingText: {
193
- ...FONTS.Poppins.regular_LG,
193
+ ...FONTS.Poppins.regular_Base,
194
194
  color: colors.dustyBlue,
195
195
  textAlign: `center`,
196
196
  },
197
197
  carbohydrateText: {
198
- ...FONTS.Poppins.regular_LG,
198
+ ...FONTS.Poppins.bold_Base,
199
199
  color: colors.white,
200
200
  },
201
201
  addToCalculation: {
202
- ...FONTS.Poppins.regular_LG,
202
+ ...FONTS.Poppins.regular_Base,
203
203
  color: colors.white,
204
204
  textAlign: `center`,
205
205
  },
@@ -209,12 +209,12 @@ export const stylesModal = StyleSheet.create({
209
209
  margin: `3%`,
210
210
  },
211
211
  affirmativeCarbsText: {
212
- ...FONTS.Poppins.regular_LG,
212
+ ...FONTS.Poppins.bold_Base,
213
213
  color: colors.teal,
214
214
  textAlign: `center`,
215
215
  },
216
216
  negativeCarbsText: {
217
- ...FONTS.Poppins.regular_LG,
217
+ ...FONTS.Poppins.bold_Base,
218
218
  color: colors.white,
219
219
  textAlign: `center`,
220
220
  },
@@ -56,5 +56,6 @@ const activityIntensityStyles = StyleSheet.create({
56
56
  },
57
57
  text: {
58
58
  ...FONTS.Poppins.bold_SM,
59
+ color: colors.black,
59
60
  },
60
61
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.1.51-alpha.1",
3
+ "version": "2.1.51",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "dist/index.js",
6
6
  "files": [