🐛(react) fix Input value font family

The font family of the design system was not applied to input value.
This commit is contained in:
Nathan Vasse
2023-10-20 17:15:35 +02:00
committed by NathanVss
parent 067f80c562
commit 41a0b6f636

View File

@@ -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 {