Conversation Colors
This commit is contained in:
parent
b63d8e908c
commit
28f016ce48
128 changed files with 3997 additions and 1207 deletions
9
ts/shims/getUserTheme.ts
Normal file
9
ts/shims/getUserTheme.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { ThemeType } from '../types/Util';
|
||||
import { getTheme } from '../state/selectors/user';
|
||||
|
||||
export function getUserTheme(): ThemeType {
|
||||
return getTheme(window.reduxStore.getState());
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue