我正在使用角料mat-form-field.我有一个黑暗的背景,因此我试图将形式字段的边框更改为白色.但是我无法使用css实现它.不,无论我在CSS中做了什么改变,他们都没有反映回mat-form-field.这是我
StackBlitz link to my work
任何帮助将受到高度赞赏.
谢谢.
/* Border */ .mat-form-field-appearance-outline .mat-form-field-outline { color: white; } /* Font color */ input.mat-input-element { color: white; }
尽管如此,在该领域的重点仍然存在问题.