locale + darktheme support, fixes boolean profilefield

This commit is contained in:
_Bastler
2021-03-29 14:35:25 +02:00
parent 2cbfd628a2
commit f76843a2e9
11 changed files with 63 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ $light-theme: mat-light-theme((color: (primary: $light-primary,
// Define an alternate dark theme.
$dark-theme: mat-dark-theme((color: (primary: $dark-primary,
accent: $dark-accent,
accent: $light-accent,
warn: $dark-warn,
)));