Skip to content

Commit 513077e

Browse files
LucyChyzhovaKiarokh
authored andcommitted
fix(chip-set): use default font size for input
1 parent 54e341d commit 513077e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/chip-set/chip-set.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ $leading-icon-space: 1.5rem;
6565
.mdc-text-field__input {
6666
.mdc-text-field:not(.mdc-text-field--disabled) & {
6767
color: shared_input-select-picker.$input-text-color;
68+
font-size: var(--limel-theme-default-font-size) !important;
69+
font-family: inherit !important;
6870
}
6971
.mdc-text-field.mdc-text-field--disabled & {
7072
color: shared_input-select-picker.$input-text-color-disabled;

0 commit comments

Comments
 (0)