From a15a0065cf66341b607b314367551f5f27d2f475 Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 12 Feb 2024 16:42:12 +0100 Subject: [PATCH] typo --- .../DesignSystem/Form/TextareaField/classes.module.scss | 4 ++-- .../Components/DesignSystem/SearchBar/classes.module.scss | 2 +- src/front/index.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/front/Components/DesignSystem/Form/TextareaField/classes.module.scss b/src/front/Components/DesignSystem/Form/TextareaField/classes.module.scss index 982acc4e..7f4eb680 100644 --- a/src/front/Components/DesignSystem/Form/TextareaField/classes.module.scss +++ b/src/front/Components/DesignSystem/Form/TextareaField/classes.module.scss @@ -7,13 +7,13 @@ resize: none; height: auto; box-sizing: border-box; - font-family: "Inter"; + font-family: "Inter", sans-serif; font-style: normal; font-weight: 400; font-size: 18px; line-height: 22px; - &:read-only{ + &:read-only { cursor: not-allowed; } z-index: 1; diff --git a/src/front/Components/DesignSystem/SearchBar/classes.module.scss b/src/front/Components/DesignSystem/SearchBar/classes.module.scss index f6cbb66f..faba3ff0 100644 --- a/src/front/Components/DesignSystem/SearchBar/classes.module.scss +++ b/src/front/Components/DesignSystem/SearchBar/classes.module.scss @@ -21,7 +21,7 @@ margin-left: 8px; padding: 24px 0; width: 100%; - font-family: "Inter"; + font-family: "Inter", sans-serif; font-style: normal; font-weight: 400; font-size: 18px; diff --git a/src/front/index.scss b/src/front/index.scss index 9676671b..f0794043 100644 --- a/src/front/index.scss +++ b/src/front/index.scss @@ -62,7 +62,7 @@ a:hover { .react-select__menu-notice { font-size: 18px; - font-family: Inter, sans-serif; + font-family: "Inter", sans-serif !important; } .Toastify__toast-body {