Replace lottie loading spinner for activity indicator (#6266)

This commit is contained in:
Elias Nahum
2022-05-12 12:54:43 -04:00
committed by GitHub
parent 3f3e0e76db
commit 08d80e6236
25 changed files with 64 additions and 713 deletions

View File

@@ -218,8 +218,8 @@ const themeTypeMap: ThemeTypeMap = {
};
// setThemeDefaults will set defaults on the theme for any unset properties.
export function setThemeDefaults(theme: Theme): Theme {
const themes = Preferences.THEMES as Record<ThemeKey, Theme>;
export function setThemeDefaults(theme: ExtendedTheme): Theme {
const themes = Preferences.THEMES as Record<ThemeKey, ExtendedTheme>;
const defaultTheme = themes.denim;
const processedTheme = {...theme};