Changing foreground of placeholder text

you can also add


input.anvil-component::placeholder {
  color: white;
}

to your theme.css

3 Likes