diff --git a/src/@fuse/styles/overrides/angular-material.scss b/src/@fuse/styles/overrides/angular-material.scss index 3d671f2c..e2eaffe8 100644 --- a/src/@fuse/styles/overrides/angular-material.scss +++ b/src/@fuse/styles/overrides/angular-material.scss @@ -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'}; } } }