From 425fcbedfad843816ae2aa0e0585a886ca63c3e5 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 19 Jul 2024 15:28:02 +0200 Subject: [PATCH] :bug: fixing font family in datefield --- .../Components/DesignSystem/Form/DateField/classes.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }