Merge pull request #10398 from GivenBY/fix/calendar-dark-dropdown

[dark mode]: fix color of time selection box in datepicker
This commit is contained in:
Johnson Cherian 2024-09-30 15:12:39 +05:30 committed by GitHub
commit 2cbaaa8704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6767,11 +6767,15 @@ tbody {
.react-datepicker__month-select,
.react-datepicker__year-select {
color: white;
}
.react-datepicker__month-select,
.react-datepicker__year-select {
background-color: transparent;
option{
background-color: #232e3c;
}
}
}