Swap default theme (#34)

* Swap default theme

* Trailing comma
This commit is contained in:
Jaco Greeff
2018-12-21 16:56:09 +01:00
committed by GitHub
parent 76b83e79ae
commit bcda2a4997
+2 -2
View File
@@ -47,8 +47,8 @@ const UIMODES: Options = [
]; ];
const UITHEMES: Options = [ const UITHEMES: Options = [
{ value: 'substrate', text: 'Substrate' }, { value: 'polkadot', text: 'Polkadot' },
{ value: 'polkadot', text: 'Polkadot' } { value: 'substrate', text: 'Substrate' }
]; ];
export { export {