In the name of the lord i once have done it again... it finally works yay

This commit is contained in:
sageTheDM 2024-09-30 16:12:04 +02:00
parent 07771e46cf
commit f044028b47
2 changed files with 39 additions and 38 deletions

View file

@ -8,7 +8,7 @@ import History from './components/History';
import Models from './components/Models';
import Credits from './components/Credits';
import Settings from './components/Settings';
import { applyIOMarketTheme, applyWhiteTheme, applyBlackTheme } from './components/theme'
import { applyIOMarketTheme, applyWhiteTheme, applyBlackTheme, applyCustomTheme } from './components/theme'
import Head from 'next/head';
import './styles/master.css';
@ -46,7 +46,7 @@ const LandingPage: React.FC = () => {
applyBlackTheme();
break;
case 'CUSTOM':
applyCustomTheme();
break;
default:
applyIOMarketTheme();