@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: `
|
|
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: `
|
|
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.
|
|
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.
|
|
193
|
+
...FONTS.Poppins.regular_Base,
|
|
194
194
|
color: colors.dustyBlue,
|
|
195
195
|
textAlign: `center`,
|
|
196
196
|
},
|
|
197
197
|
carbohydrateText: {
|
|
198
|
-
...FONTS.Poppins.
|
|
198
|
+
...FONTS.Poppins.bold_Base,
|
|
199
199
|
color: colors.white,
|
|
200
200
|
},
|
|
201
201
|
addToCalculation: {
|
|
202
|
-
...FONTS.Poppins.
|
|
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.
|
|
212
|
+
...FONTS.Poppins.bold_Base,
|
|
213
213
|
color: colors.teal,
|
|
214
214
|
textAlign: `center`,
|
|
215
215
|
},
|
|
216
216
|
negativeCarbsText: {
|
|
217
|
-
...FONTS.Poppins.
|
|
217
|
+
...FONTS.Poppins.bold_Base,
|
|
218
218
|
color: colors.white,
|
|
219
219
|
textAlign: `center`,
|
|
220
220
|
},
|