@trackunit/css-core 1.11.15 → 1.11.18

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.11.15",
3
+ "version": "1.11.18",
4
4
  "main": "src/lib/core.css",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -178,11 +178,11 @@
178
178
  .react-calendar__tile--rangeStart {
179
179
  background: rgb(var(--color-primary-600) / var(--tw-bg-opacity)) !important;
180
180
  border-radius: 8px;
181
- color: white !important;
181
+ color: white;
182
182
  }
183
183
 
184
184
  .react-calendar__tile--rangeEnd {
185
185
  background: rgb(var(--color-primary-600) / var(--tw-bg-opacity)) !important;
186
186
  border-radius: 8px;
187
- color: white !important;
187
+ color: white;
188
188
  }