apps-sdk 1.1.62 → 1.1.63

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": "apps-sdk",
3
- "version": "1.1.62",
3
+ "version": "1.1.63",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -309,7 +309,7 @@ class PayWall extends React.Component {
309
309
 
310
310
  const styles = {
311
311
  bottomNavigationView: {
312
- backgroundColor: '#000',
312
+ backgroundColor: '#121212',
313
313
  width: '100%',
314
314
  height: '100%',
315
315
  },