@hedia/recommendation-screen 2.1.32 → 2.1.33

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.1.32",
3
+ "version": "2.1.33",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -132,6 +132,8 @@ export declare const modalStyle: {
132
132
  textAlign: "center";
133
133
  fontSize: number;
134
134
  paddingHorizontal: number;
135
+ color: string;
136
+ fontWeight: "700";
135
137
  };
136
138
  textSecondButtonColumn: {
137
139
  fontFamily: string;
@@ -135,6 +135,8 @@ export const modalStyle = StyleSheet.create({
135
135
  textAlign: `center`,
136
136
  fontSize: width / 22,
137
137
  paddingHorizontal: 15,
138
+ color: `#1B1F48`,
139
+ fontWeight: `700`,
138
140
  },
139
141
  textSecondButtonColumn: {
140
142
  fontFamily: `Roboto-Regular`,