fix: datepicker background color

This commit is contained in:
prssanna 2021-03-09 10:49:59 +05:30
parent ffc18ac4bd
commit 2ea8416d21

View file

@ -4,7 +4,7 @@
font-family: inherit;
z-index: 9999 !important;
background: var(--bg-color);
background: var(--fg-color);
color: var(--text-color);
border-radius: var(--border-radius);
border: 1px solid var(--border-color);