Skip to content

Commit

Permalink
πŸ›(react) fix Input value font family
Browse files Browse the repository at this point in the history
The font family of the design system was not applied to input value.
  • Loading branch information
NathanVss committed Oct 20, 2023
1 parent cec80cb commit c85a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Forms/Input/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -87,7 +88,6 @@

&--disabled {
cursor: default;

border-color: var(--c--theme--colors--greyscale-200);

.c__input {
Expand Down

0 comments on commit c85a983

Please sign in to comment.