mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-14 06:38:40 +00:00
(@fuse/overrides/angular-material) Fixed: Normal border color of the text field overrides the invalid and focus border colors on dark themes
This commit is contained in:
@@ -434,7 +434,7 @@
|
||||
|
||||
/* Border color */
|
||||
.mat-form-field-flex {
|
||||
@apply border-warn #{'!important'};
|
||||
@apply border-warn dark:border-warn #{'!important'};
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -446,7 +446,7 @@
|
||||
|
||||
/* Background color */
|
||||
.mat-form-field-flex {
|
||||
@apply bg-card #{'!important'};
|
||||
@apply bg-card dark:bg-card #{'!important'};
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -458,7 +458,7 @@
|
||||
|
||||
/* Border color */
|
||||
.mat-form-field-flex {
|
||||
@apply border-primary #{'!important'};
|
||||
@apply border-primary dark:border-primary #{'!important'};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user