@trackunit/css-core 1.10.24 → 1.10.26

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": "@trackunit/css-core",
3
- "version": "1.10.24",
3
+ "version": "1.10.26",
4
4
  "main": "src/lib/core.css",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -131,14 +131,14 @@
131
131
  }
132
132
 
133
133
  .react-calendar__tile:disabled {
134
- background-color: rgb(var(--color-neutral-50) / var(--tw-bg-opacity));
135
- color: rgb(var(--color-neutral-100) / var(--tw-bg-opacity));
134
+ background-color: white;
135
+ color: rgb(var(--color-neutral-400) / var(--tw-bg-opacity));
136
136
  }
137
137
 
138
138
  .react-calendar__month-view__days__day--neighboringMonth:disabled,
139
139
  .react-calendar__decade-view__years__year--neighboringDecade:disabled,
140
140
  .react-calendar__century-view__decades__decade--neighboringCentury:disabled {
141
- color: rgb(var(--color-neutral-100) / var(--tw-bg-opacity));
141
+ color: rgb(var(--color-neutral-400) / var(--tw-bg-opacity));
142
142
  }
143
143
 
144
144
  .react-calendar__tile:enabled:hover {
@@ -146,7 +146,7 @@
146
146
  }
147
147
 
148
148
  .react-calendar__tile--now:not(.react-calendar__tile--active) {
149
- color: rgb(var(--color-primary-600) / var(--tw-bg-opacity))
149
+ color: rgb(var(--color-primary-600) / var(--tw-bg-opacity));
150
150
  }
151
151
 
152
152
  .react-calendar__tile--hasActive {