Skip to content

Commit 9e54315

Browse files
authored
fix(input-group): font-size set explicitly (#12879)
Closes #12854
1 parent fcd8129 commit 9e54315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
height: var(--size);
535535
position: relative;
536536
max-width: 100%;
537-
font-size: 1rem;
537+
font-size: rem(16px);
538538

539539
&::after {
540540
content: '';
@@ -1896,7 +1896,6 @@
18961896

18971897
%form-group-input {
18981898
@include type-style($input-text) {
1899-
font-size: 16px;
19001899
margin: 0;
19011900
}
19021901
}

0 commit comments

Comments
 (0)