next-helios-fe 1.8.9 → 1.8.10

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": "next-helios-fe",
3
- "version": "1.8.9",
3
+ "version": "1.8.10",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -114,14 +114,14 @@
114
114
  }
115
115
 
116
116
  .react-calendar__tile:disabled {
117
- background-color: #f0f0f0;
118
- color: #ababab;
117
+ background-color: var(--color-secondary-light);
118
+ color: var(--color-disabled);
119
119
  }
120
120
 
121
121
  .react-calendar__month-view__days__day--neighboringMonth:disabled,
122
122
  .react-calendar__decade-view__years__year--neighboringDecade:disabled,
123
123
  .react-calendar__century-view__decades__decade--neighboringCentury:disabled {
124
- color: #cdcdcd;
124
+ color: var(--color-silent);
125
125
  }
126
126
 
127
127
  .react-calendar__tile:enabled:hover,