🐛(react) fix Input value font family
The font family of the design system was not applied to input value.
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
font-family: var(--c--theme--font--families--base);
|
||||||
@extend %text-style;
|
@extend %text-style;
|
||||||
|
|
||||||
&__icon-left,
|
&__icon-left,
|
||||||
@@ -87,7 +88,6 @@
|
|||||||
|
|
||||||
&--disabled {
|
&--disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
border-color: var(--c--theme--colors--greyscale-200);
|
border-color: var(--c--theme--colors--greyscale-200);
|
||||||
|
|
||||||
.c__input {
|
.c__input {
|
||||||
|
|||||||
Reference in New Issue
Block a user