You shouldn’t need a CSS variable from Ionic for this. You can target the ::placeholder
pseudo element:
ion-textarea textarea::placeholder {
line-height: 100px;
}
You shouldn’t need a CSS variable from Ionic for this. You can target the ::placeholder
pseudo element:
ion-textarea textarea::placeholder {
line-height: 100px;
}