diff --git a/src/front/Components/DesignSystem/Form/DateField/classes.module.scss b/src/front/Components/DesignSystem/Form/DateField/classes.module.scss index 8cfc21c9..8fad4077 100644 --- a/src/front/Components/DesignSystem/Form/DateField/classes.module.scss +++ b/src/front/Components/DesignSystem/Form/DateField/classes.module.scss @@ -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; }