fix(input): match design for xlarge size (#29446)

This commit is contained in:
Maria Hutt
2024-05-03 15:04:26 -07:00
committed by GitHub
parent 0e792e6b9d
commit fd14ddfec7
19 changed files with 108 additions and 7 deletions

View File

@ -27,6 +27,10 @@
min-height: 48px;
}
:host(.input-size-xlarge) .native-wrapper {
min-height: 56px;
}
// Target area
// --------------------------------------------------
:host .native-wrapper::after {