fix: Set display theme on cover swiper slide click

This commit is contained in:
sethburkart123
2024-09-15 08:39:31 +10:00
parent b8c99baf0c
commit 6885ae2d08
4 changed files with 55 additions and 46 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import browser from 'webextension-polyfill'
import { CustomTheme, DownloadedTheme, ThemeList } from '../../types/CustomThemes';
import type { CustomTheme, DownloadedTheme, ThemeList } from '../../types/CustomThemes';
import localforage from 'localforage';
export const setTheme = async (themeID: string) => {