@trackunit/css-core 0.0.128 → 0.0.129

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": "0.0.128",
3
+ "version": "0.0.129",
4
4
  "main": "src/lib/core.css",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -313,11 +313,11 @@
313
313
  }
314
314
 
315
315
  .custom-day-picker .rdp-day_selected:not(.rdp-day_disabled):not(.rdp-day_outside) {
316
- background-color: rgb(var(--color-blue-600));
316
+ background-color: rgb(var(--color-primary-600));
317
317
  }
318
318
 
319
319
  .custom-day-picker .rdp-day_selected:not(.rdp-day__start):not(.rdp-day__end):not(.rdp-day__outside) {
320
- background-color: rgb(var(--color-blue-600));
320
+ background-color: rgb(var(--color-primary-600));
321
321
  color: #fff;
322
322
  }
323
323