[bug][dark] fix datepicker in dark mode
This commit is contained in:
parent
8a53ca31f0
commit
3736ae638f
|
@ -261,4 +261,8 @@ body[data-theme="dark"] {
|
|||
.badge.bg-dark {
|
||||
color: $black;
|
||||
}
|
||||
|
||||
.vdp-datepicker__calendar {
|
||||
background-color: $dark;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue