mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Use ThemeType instead of string (#1275)
This commit is contained in:
committed by
GitHub
parent
6aa9e7611a
commit
bb597e96a7
@@ -40,7 +40,7 @@ export class SettingsComponent implements OnInit {
|
||||
locale: string;
|
||||
vaultTimeouts: any[];
|
||||
localeOptions: any[];
|
||||
theme: string;
|
||||
theme: ThemeType;
|
||||
themeOptions: any[];
|
||||
clearClipboard: number;
|
||||
clearClipboardOptions: any[];
|
||||
|
||||
Reference in New Issue
Block a user