mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
fix(input): update helper text color for ionic theme (#29269)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user