File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -433,17 +433,29 @@ DatePicker CSS variables:
433
433
434
434
<style>
435
435
:global(.datepicker[data-picker-theme="custom-datepicker"]) {
436
- --datepicker-state-active: pink;
437
- --datepicker-container-background: #FF66AE;
436
+ --datepicker-container-background: #ff66ae;
437
+ --datepicker-container-border: 1px solid #ff1683;
438
+
438
439
--datepicker-calendar-header-text-color: #fff;
439
440
--datepicker-calendar-dow-color: #fff;
440
441
--datepicker-calendar-day-color: #fff;
441
442
--datepicker-calendar-day-color-disabled: pink;
442
443
--datepicker-calendar-range-selected-background: #ff1683;
444
+
445
+ --datepicker-calendar-header-month-nav-background-hover: #ff1683;
443
446
--datepicker-calendar-header-month-nav-icon-next-filter: invert(100);
444
447
--datepicker-calendar-header-month-nav-icon-prev-filter: invert(100);
445
448
--datepicker-calendar-header-year-nav-icon-next-filter: invert(100);
446
449
--datepicker-calendar-header-year-nav-icon-prev-filter: invert(100);
450
+
451
+ --datepicker-calendar-split-border: 1px solid pink;
452
+
453
+ --datepicker-presets-border: 1px solid pink;
454
+ --datepicker-presets-button-background-active: #ff1683;
455
+ --datepicker-presets-button-color: #fff;
456
+ --datepicker-presets-button-color-active: #fff;
457
+ --datepicker-presets-button-color-hover: #333;
458
+ --datepicker-presets-button-color-focus: #333;
447
459
}
448
460
</style>
449
461
```
You can’t perform that action at this time.
0 commit comments