@coorpacademy/app-review 0.8.10-alpha.1 → 0.8.10-alpha.2

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.
@@ -211,7 +211,7 @@ const buildQuitPopinProps = (dispatch) => (onQuitClick, translate, skin) => {
211
211
  label: translate('Stop learning'),
212
212
  type: 'tertiary',
213
213
  customStyle: {
214
- color: skin.common.primary
214
+ color: '#ED3436'
215
215
  },
216
216
  handleOnclick: onQuitClick,
217
217
  'aria-label': translate('Stop learning')
@@ -222,7 +222,10 @@ const buildQuitPopinProps = (dispatch) => (onQuitClick, translate, skin) => {
222
222
  handleOnclick: () => {
223
223
  dispatch(closeQuitPopin);
224
224
  },
225
- 'aria-label': translate('Continue learning')
225
+ 'aria-label': translate('Continue learning'),
226
+ customStyle: {
227
+ color: skin.common.primary
228
+ }
226
229
  }
227
230
  };
228
231
  };
@@ -218,7 +218,7 @@ const buildQuitPopinProps = (dispatch) => (onQuitClick, translate, skin) => {
218
218
  label: translate('Stop learning'),
219
219
  type: 'tertiary',
220
220
  customStyle: {
221
- color: skin.common.primary
221
+ color: '#ED3436'
222
222
  },
223
223
  handleOnclick: onQuitClick,
224
224
  'aria-label': translate('Stop learning')
@@ -229,7 +229,10 @@ const buildQuitPopinProps = (dispatch) => (onQuitClick, translate, skin) => {
229
229
  handleOnclick: () => {
230
230
  dispatch(quit_popin_1.closeQuitPopin);
231
231
  },
232
- 'aria-label': translate('Continue learning')
232
+ 'aria-label': translate('Continue learning'),
233
+ customStyle: {
234
+ color: skin.common.primary
235
+ }
233
236
  }
234
237
  };
235
238
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/app-review",
3
- "version": "0.8.10-alpha.1+2503fa1e9",
3
+ "version": "0.8.10-alpha.2+3ba0e3af2",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=16.15.0"
@@ -71,5 +71,5 @@
71
71
  "webpack-cli": "^4.10.0",
72
72
  "webpack-dev-server": "^4.11.1"
73
73
  },
74
- "gitHead": "2503fa1e90128d836b29cfd57bdf05d68e8e30c7"
74
+ "gitHead": "3ba0e3af21047cf11dde0e5a3afd7ca892d5abb7"
75
75
  }