fix(input): update helper text color for ionic theme (#29269)

This commit is contained in:
Maria Hutt
2024-04-04 08:48:21 -07:00
committed by GitHub
parent e9654436a6
commit 3a1e70d6fd
17 changed files with 34 additions and 1 deletions

View File

@ -12,3 +12,11 @@
:host(.input-size-large) {
min-height: 48px;
}
// Input Hint Text
// ----------------------------------------------------------------
.input-bottom .helper-text {
// TODO(FW-6112): Verify the design token is correct once it's available and remove the hardcoded value.
color: var(--ionic-color-neutral-600, #535353);
}