Fix font family issue with date pickers

This commit is contained in:
Andrew Kingston 2021-07-05 10:24:44 +01:00
parent 1f3e0b4e6f
commit 4ac7accdcb
1 changed files with 3 additions and 0 deletions

View File

@ -145,4 +145,7 @@
height: 100vh;
z-index: 999;
}
:global(.flatpickr-calendar) {
font-family: "Source Sans Pro", sans-serif;
}
</style>