@ctlyst.id/internal-ui 1.0.2 → 1.0.3

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.
@@ -442,6 +442,11 @@ const Styles = () => {
442
442
  display: inline-block;
443
443
  margin: 0 2px;
444
444
  }
445
+ .react-datepicker__header__dropdown.react-datepicker__header__dropdown--select {
446
+ font-weight: 600;
447
+ line-height: 22px;
448
+ color: #111111;
449
+ }
445
450
 
446
451
  .react-datepicker__current-month,
447
452
  .react-datepicker-time__header,