@pinuts/bsr-uikit-relaunch 0.2.59 → 0.2.60

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.
@@ -40,7 +40,7 @@ const BSRAddressButtons = _ref => {
40
40
  ...inputProps,
41
41
  type: 'button'
42
42
  },
43
- color: "secondary"
43
+ color: "primary"
44
44
  }));
45
45
  };
46
46
  BSRAddressButtons.propTypes = {
@@ -141,7 +141,7 @@ const BSRStreetPlzSelector = props => {
141
141
  className: 'checkAddressBtn'
142
142
  }, /*#__PURE__*/_react.default.createElement(_Button.default, {
143
143
  onClick: onClickCheckAddressBtn,
144
- color: "secondary"
144
+ color: "primary"
145
145
  }, checkAddressStr)));
146
146
  }
147
147
  if (showNoResultsError) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.2.59",
3
+ "version": "0.2.60",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",