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:
433433
434434<style>
435435 :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+
438439 --datepicker-calendar-header-text-color: #fff;
439440 --datepicker-calendar-dow-color: #fff;
440441 --datepicker-calendar-day-color: #fff;
441442 --datepicker-calendar-day-color-disabled: pink;
442443 --datepicker-calendar-range-selected-background: #ff1683;
444+
445+ --datepicker-calendar-header-month-nav-background-hover: #ff1683;
443446 --datepicker-calendar-header-month-nav-icon-next-filter: invert(100);
444447 --datepicker-calendar-header-month-nav-icon-prev-filter: invert(100);
445448 --datepicker-calendar-header-year-nav-icon-next-filter: invert(100);
446449 --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;
447459 }
448460</style>
449461```
You can’t perform that action at this time.
0 commit comments