@shopgate/pwa-ui-ios 7.32.0-beta.3 → 7.32.0-beta.5

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.
Files changed (2) hide show
  1. package/AppBar/index.js +2 -2
  2. package/package.json +2 -2
package/AppBar/index.js CHANGED
@@ -99,7 +99,7 @@ const AppBar = ({
99
99
  };
100
100
  AppBar.defaultProps = {
101
101
  'aria-hidden': null,
102
- backgroundColor: 'var(--sg-palette-background-default)',
102
+ backgroundColor: 'var(--sg-components-appBar-background)',
103
103
  below: null,
104
104
  center: null,
105
105
  classes: {
@@ -108,7 +108,7 @@ AppBar.defaultProps = {
108
108
  },
109
109
  left: null,
110
110
  right: null,
111
- textColor: 'var(--sg-palette-text-primary)'
111
+ textColor: 'var(--sg-components-appBar-color)'
112
112
  };
113
113
  AppBar.Field = Field;
114
114
  AppBar.Icon = Icon;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@shopgate/pwa-ui-ios",
3
- "version": "7.32.0-beta.3",
3
+ "version": "7.32.0-beta.5",
4
4
  "description": "Shopgate's iOS UI components.",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
7
7
  "devDependencies": {
8
- "@shopgate/pwa-common": "7.32.0-beta.3",
8
+ "@shopgate/pwa-common": "7.32.0-beta.5",
9
9
  "react": "^17.0.2"
10
10
  },
11
11
  "peerDependencies": {