forked from Ivasoft/mattermost-mobile
Replace lottie loading spinner for activity indicator (#6266)
This commit is contained in:
3
types/api/preferences.d.ts
vendored
3
types/api/preferences.d.ts
vendored
@@ -10,7 +10,6 @@ type ThemeKey = 'denim' | 'sapphire' | 'quartz' | 'indigo' | 'onyx' | 'custom';
|
||||
type ThemeType = 'Denim' | 'Sapphire' | 'Quartz' | 'Indigo' | 'Onyx' | 'custom';
|
||||
|
||||
type Theme = {
|
||||
[key: string]: string | undefined;
|
||||
type?: ThemeType | LegacyThemeType;
|
||||
sidebarBg: string;
|
||||
sidebarText: string;
|
||||
@@ -38,4 +37,6 @@ type Theme = {
|
||||
codeTheme: string;
|
||||
};
|
||||
|
||||
type ExtendedTheme = Theme & {[key: string]: string | undefined};
|
||||
|
||||
type ThemeTypeMap = Record<ThemeType | LegacyThemeType, ThemeKey>;
|
||||
|
||||
Reference in New Issue
Block a user