[bug][dark] fix datepicker in dark mode

This commit is contained in:
Andrea 2021-12-13 22:10:48 +01:00
parent 8a53ca31f0
commit 3736ae638f
1 changed files with 4 additions and 0 deletions

View File

@ -261,4 +261,8 @@ body[data-theme="dark"] {
.badge.bg-dark {
color: $black;
}
.vdp-datepicker__calendar {
background-color: $dark;
}
}