Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular material change placeholder color

.container {
  .mat-form-field-outline,
  .mat-form-field-empty.mat-form-field-label,
  .mat-form-field-label,
  .mat-form-field-underline,
  .mat-input-element,
  ::placeholder {
    color: $white !important;
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #angular #material #change #placeholder #color
ADD COMMENT
Topic
Name
3+2 =