Answers for "change color of placeholder text css ionic"

CSS
1

ionic textarea placeholder color

#myInput{
    --placeholder-color:red;
}
Posted by: Guest on February-26-2021

Code answers related to "change color of placeholder text css ionic"

Browse Popular Code Answers by Language