sag_components 1.0.637 → 1.0.638

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.
@@ -94,7 +94,9 @@ const FilterPanel = props => {
94
94
  }, /*#__PURE__*/_react.default.createElement(_RangePicker.default, {
95
95
  className: "RangePicker",
96
96
  name: ''.concat(item.name, '_Date'),
97
- borderColor: borderColor,
97
+ borderColor: "#E7E7E7",
98
+ borderColorFocus: borderColor,
99
+ textColor: "#212121",
98
100
  borderRadius: "12px",
99
101
  label: "Date Range",
100
102
  onChange: eventRangePicker => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.637",
3
+ "version": "1.0.638",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {