1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Use ThemeType instead of string (#1275)

This commit is contained in:
Daniel James Smith
2022-01-28 14:46:07 +01:00
committed by GitHub
parent 6aa9e7611a
commit bb597e96a7
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 6b4ed5fcce...ca5b057b43

View File

@@ -40,7 +40,7 @@ export class SettingsComponent implements OnInit {
locale: string; locale: string;
vaultTimeouts: any[]; vaultTimeouts: any[];
localeOptions: any[]; localeOptions: any[];
theme: string; theme: ThemeType;
themeOptions: any[]; themeOptions: any[];
clearClipboard: number; clearClipboard: number;
clearClipboardOptions: any[]; clearClipboardOptions: any[];