From c85a983fab63f4281d5b8efb887e4c17f006a835 Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Fri, 20 Oct 2023 17:15:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(react)=20fix=20Input=20value=20fon?= =?UTF-8?q?t=20family?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The font family of the design system was not applied to input value. --- packages/react/src/components/Forms/Input/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Forms/Input/index.scss b/packages/react/src/components/Forms/Input/index.scss index e8f4691aa..8f6814275 100644 --- a/packages/react/src/components/Forms/Input/index.scss +++ b/packages/react/src/components/Forms/Input/index.scss @@ -25,6 +25,7 @@ flex-grow: 1; text-overflow: ellipsis; background-color: transparent; + font-family: var(--c--theme--font--families--base); @extend %text-style; &__icon-left, @@ -87,7 +88,6 @@ &--disabled { cursor: default; - border-color: var(--c--theme--colors--greyscale-200); .c__input {