Update theme-chooser.js

pull/3094/head
Liana Husikyan 6 years ago committed by GitHub
parent 924680a789
commit f67e27eff7
  1. 2
      src/app/ui/styles-guide/theme-chooser.js

@ -17,7 +17,7 @@ const themes = [
{name: 'Superhero', quality: 'dark', url: 'https://bootswatch.com/4/superhero/bootstrap.min.css'}
]
const defaultTheme = 'Flatly'
const defaultTheme = 'Superhero'
module.exports = {
event: new EventEmitter(),

Loading…
Cancel
Save