@orfium/ictinus 4.71.0 → 4.71.1

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.
@@ -96,7 +96,7 @@ var DatePickInput = /*#__PURE__*/_react["default"].forwardRef(function (_ref, re
96
96
  value: selectedDay.from ? formattedFrom + " - " + formattedTo : '',
97
97
  rightIcon: (0, _react2.jsx)(_Icon["default"], {
98
98
  name: 'calendarEmpty',
99
- color: '#676767'
99
+ color: '#757BB2'
100
100
  })
101
101
  }));
102
102
  }
@@ -112,7 +112,7 @@ var DatePickInput = /*#__PURE__*/_react["default"].forwardRef(function (_ref, re
112
112
  value: selectedDay.to ? formattedFrom : '',
113
113
  rightIcon: (0, _react2.jsx)(_Icon["default"], {
114
114
  name: 'calendarEmpty',
115
- color: '#676767'
115
+ color: '#757BB2'
116
116
  })
117
117
  }));
118
118
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orfium/ictinus",
3
- "version": "4.71.0",
3
+ "version": "4.71.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",