In the name of the lord i once have done it again... it finally works yay
This commit is contained in:
parent
07771e46cf
commit
f044028b47
2 changed files with 39 additions and 38 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue