Fix font family issue with date pickers

This commit is contained in:
Andrew Kingston 2021-07-05 10:24:44 +01:00
parent a3d1b959fc
commit 1b094b43ef
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>