🐛 fixing font family in datefield

This commit is contained in:
Maxime Lalo 2024-07-19 15:28:02 +02:00
parent 0a263ec2db
commit 425fcbedfa

View File

@ -13,7 +13,7 @@
width: 100%;
height: 70px;
border: 1px solid var(--color-neutral-200);
font-family: var(--font-text-family);
&:disabled {
cursor: not-allowed;
}